diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index 0faa820..0000000 --- a/.idea/sqldialects.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/pasd-fire/target/classes/mapper/fire/FireFacilityMapper.xml b/pasd-fire/target/classes/mapper/fire/FireFacilityMapper.xml deleted file mode 100644 index ebb259e..0000000 --- a/pasd-fire/target/classes/mapper/fire/FireFacilityMapper.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - select id, location_id, facility_name, facility_type, model_number, quantity, entry_date, production_date, expiry_date, status, remark, create_time, update_time from fire_facilities - - - - - - - - insert into fire_facilities - - location_id, - facility_name, - facility_type, - model_number, - quantity, - entry_date, - production_date, - expiry_date, - status, - remark, - create_time, - update_time, - - - #{locationId}, - #{facilityName}, - #{facilityType}, - #{modelNumber}, - #{quantity}, - #{entryDate}, - #{productionDate}, - #{expiryDate}, - #{status}, - #{remark}, - #{createTime}, - #{updateTime}, - - - - - update fire_facilities - - location_id = #{locationId}, - facility_name = #{facilityName}, - facility_type = #{facilityType}, - model_number = #{modelNumber}, - quantity = #{quantity}, - entry_date = #{entryDate}, - production_date = #{productionDate}, - expiry_date = #{expiryDate}, - status = #{status}, - remark = #{remark}, - create_time = #{createTime}, - update_time = #{updateTime}, - - where id = #{id} - - - - delete from fire_facilities where id = #{id} - - - - delete from fire_facilities where id in - - #{id} - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pasd-fire/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/pasd-fire/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 367cb89..0000000 --- a/pasd-fire/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,10 +0,0 @@ -com\ruoyi\fire\controller\FireFacilityController.class -com\ruoyi\fire\mapper\FireFacilityMapper.class -com\ruoyi\fire\domain\FireFacility.class -com\ruoyi\fire\service\impl\FireFacilityRepairServiceImpl.class -com\ruoyi\fire\service\IFireFacilityRepairService.class -com\ruoyi\fire\service\impl\FireFacilityServiceImpl.class -com\ruoyi\fire\domain\FireFacilityRepair.class -com\ruoyi\fire\service\IFireFacilityService.class -com\ruoyi\fire\controller\FireFacilityRepairController.class -com\ruoyi\fire\mapper\FireFacilityRepairMapper.class diff --git a/pasd-fire/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/pasd-fire/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index ea2039f..0000000 --- a/pasd-fire/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,10 +0,0 @@ -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\controller\FireFacilityController.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\mapper\FireFacilityRepairMapper.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\mapper\FireFacilityMapper.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\controller\FireFacilityRepairController.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\service\IFireFacilityService.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\service\IFireFacilityRepairService.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\service\impl\FireFacilityRepairServiceImpl.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\service\impl\FireFacilityServiceImpl.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\domain\FireFacility.java -C:\DataFromJunhua\DevTools\DevCode\pasx\pasda\pasd_sys\pasd-fire\src\main\java\com\ruoyi\fire\domain\FireFacilityRepair.java diff --git a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareDrugArchiveMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareDrugArchiveMapper.xml deleted file mode 100644 index de7c142..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareDrugArchiveMapper.xml +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select * from healthcare_drug_archive - - - - - - - - - - insert into healthcare_drug_archive - - medicine_name, - manufacturer, - barcode, - specification, - retail_price, - is_split, - min_number, - state, - dosage_form, - dosage_unit, - volume, - volume_unit, - unit_quantity, - split_unit, - package_unit, - create_time, - create_by, - update_by, - update_time, - remark, - - - #{medicineName}, - #{manufacturer}, - #{barcode}, - #{specification}, - #{retailPrice}, - #{isSplit}, - #{minNumber}, - #{state}, - #{dosageForm}, - #{dosageUnit}, - #{volume}, - #{volumeUnit}, - #{unitQuantity}, - #{splitUnit}, - #{packageUnit}, - #{createTime}, - #{createBy}, - #{updateBy}, - #{updateTime}, - #{remark}, - - - - - update healthcare_drug_archive - - medicine_name = #{medicineName}, - manufacturer = #{manufacturer}, - barcode = #{barcode}, - specification = #{specification}, - retail_price = #{retailPrice}, - is_split = #{isSplit}, - min_number = #{minNumber}, - state = #{state}, - dosage_form = #{dosageForm}, - dosage_unit = #{dosageUnit}, - volume = #{volume}, - volume_unit = #{volumeUnit}, - unit_quantity = #{unitQuantity}, - split_unit = #{splitUnit}, - package_unit = #{packageUnit}, - create_time = #{createTime}, - create_by = #{createBy}, - update_by = #{updateBy}, - update_time = #{updateTime}, - remark = #{remark}, - - where id = #{id} - - - - delete from healthcare_drug_archive where id = #{id} - - - - delete from healthcare_drug_archive where id in - - #{id} - - - - - insert into healthcare_drug_archive ( - medicine_name, - manufacturer, - barcode, - specification, - retail_price, - is_split, - min_number, - state, - dosage_form, - dosage_unit, - volume, - volume_unit, - unit_quantity, - split_unit, - package_unit, - create_time, - create_by, - update_by, - update_time, - remark - ) values - - ( - #{item.medicineName}, - #{item.manufacturer}, - #{item.barcode}, - #{item.specification}, - #{item.retailPrice}, - #{item.isSplit}, - #{item.minNumber}, - #{item.state}, - #{item.dosageForm}, - #{item.dosageUnit}, - #{item.volume}, - #{item.volumeUnit}, - #{item.unitQuantity}, - #{item.splitUnit}, - #{item.packageUnit}, - #{item.createTime}, - #{item.createBy}, - #{item.updateBy}, - #{item.updateTime}, - #{item.remark} - ) - - - - - - - - - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareDrugFilingMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareDrugFilingMapper.xml deleted file mode 100644 index fddd5f5..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareDrugFilingMapper.xml +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - select * from healthcare_drug_filing - - - - - - - - - - - - insert into healthcare_drug_filing - - archive_id, - storeroom_id, - medicineCode, - batch, - expiryDate, - box_count, - inventoryUnit, - pack_count, - retail_price, - min_price, - create_time, - create_by, - update_by, - update_time, - remark, - - - #{archiveId}, - #{storeroomId}, - #{medicineCode}, - #{batch}, - #{expiryDate}, - #{boxCount}, - #{inventoryUnit}, - #{packCount}, - #{retailPrice}, - #{minPrice}, - #{createTime}, - #{createBy}, - #{updateBy}, - #{updateTime}, - #{remark}, - - - - - update healthcare_drug_filing - - archive_id = #{archiveId}, - storeroom_id = #{storeroomId}, - medicineCode = #{medicineCode}, - batch = #{batch}, - expiryDate = #{expiryDate}, - box_count = #{boxCount}, - inventoryUnit = #{inventoryUnit}, - pack_count = #{packCount}, - retail_price = #{retailPrice}, - min_price = #{minPrice}, - create_time = #{createTime}, - create_by = #{createBy}, - update_by = #{updateBy}, - update_time = #{updateTime}, - remark = #{remark}, - - where id = #{id} - - - - delete from healthcare_drug_filing where id = #{id} - - - - delete from healthcare_drug_filing where id in - - #{id} - - - - - INSERT INTO healthcare_drug_filing ( - archive_id, - storeroom_id, - medicineCode, - batch, - expiryDate, - box_count, - pack_count, - retail_price, - min_price, - create_time, - create_by, - update_by, - update_time, - remark - ) - VALUES - - ( - #{item.archiveId}, - #{item.storeroomId}, - #{item.medicineCode}, - #{item.batch}, - #{item.expiryDate}, - #{item.boxCount}, - #{item.inventoryUnit}, - #{item.packCount}, - #{item.retailPrice}, - #{item.minPrice}, - #{item.createTime}, - #{item.createBy}, - #{item.updateBy}, - #{item.updateTime}, - #{item.remark} - ) - - - - - delete from healthcare_drug_filing where archive_id in - - #{id} - - - - - - - - - - - - - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugentryMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugentryMapper.xml deleted file mode 100644 index 5f33b74..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugentryMapper.xml +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select * from healthcare_inventory_drugentry - - - - - - - - - - - - - - - insert into healthcare_inventory_drugentry - - order_number, - status, - type, - variety, - tatolquantity, - amount, - entry_person, - entry_time, - create_time, - create_by, - update_by, - update_time, - remark, - - - #{orderNumber}, - #{status}, - #{type}, - #{variety}, - #{tatolquantity}, - #{amount}, - #{entryPerson}, - #{entryTime}, - #{createTime}, - #{createBy}, - #{updateBy}, - #{updateTime}, - #{remark}, - - - - - update healthcare_inventory_drugentry - - order_number = #{orderNumber}, - status = #{status}, - type = #{type}, - variety = #{variety}, - tatolquantity = #{tatolquantity}, - amount = #{amount}, - entry_person = #{entryPerson}, - entry_time = #{entryTime}, - create_time = #{createTime}, - create_by = #{createBy}, - update_by = #{updateBy}, - update_time = #{updateTime}, - remark = #{remark}, - - where id = #{id} - - - - delete from healthcare_inventory_drugentry where id = #{id} - - - - delete from healthcare_inventory_drugentry where id in - - #{id} - - - - - delete from healthcare_inventory_drugentry_details where entry_record_id in - - #{entryRecordId} - - - - - delete from healthcare_inventory_drugentry_details where entry_record_id = #{entryRecordId} - - - - insert into healthcare_inventory_drugentry_details - (entry_record_id, drug_archive_id,drug_filing_id, storeroom_id,batch, price, quantity, detail_amount, expiry_date, create_time, create_by, update_by, update_time, remark) - values - - ( - #{item.entryRecordId, jdbcType=INTEGER}, - #{item.drugArchiveId, jdbcType=INTEGER}, - #{item.drugFilingId, jdbcType=INTEGER}, - #{item.storeroomId, jdbcType=INTEGER}, - #{item.batch, jdbcType=VARCHAR}, - #{item.price, jdbcType=DECIMAL}, - #{item.quantity, jdbcType=INTEGER}, - #{item.detailAmount, jdbcType=DECIMAL}, - - #{item.expiryDate, jdbcType=TIMESTAMP}, - - - NULL, - - #{item.createTime, jdbcType=TIMESTAMP}, - #{item.createBy, jdbcType=VARCHAR}, - #{item.updateBy, jdbcType=VARCHAR}, - #{item.updateTime, jdbcType=TIMESTAMP}, - - #{item.remark, jdbcType=VARCHAR} - - - NULL - - ) - - - \ No newline at end of file diff --git a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugoutMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugoutMapper.xml deleted file mode 100644 index bdc95e0..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugoutMapper.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select id, out_code, out_status, out_type, variety, out_quantity, affiliation, out_Point, out_Person, out_Time, create_time, create_by, update_by, update_time, remark from healthcare_inventory_drugout - - - - - - - - - - insert into healthcare_inventory_drugout - - out_code, - out_status, - out_type, - variety, - out_quantity, - affiliation, - out_Point, - out_Person, - out_Time, - create_time, - create_by, - update_by, - update_time, - remark, - - - #{outCode}, - #{outStatus}, - #{outType}, - #{variety}, - #{outQuantity}, - #{affiliation}, - #{outPoint}, - #{outPerson}, - #{outTime}, - #{createTime}, - #{createBy}, - #{updateBy}, - #{updateTime}, - #{remark}, - - - - - update healthcare_inventory_drugout - - out_code = #{outCode}, - out_status = #{outStatus}, - out_type = #{outType}, - variety = #{variety}, - out_quantity = #{outQuantity}, - affiliation = #{affiliation}, - out_Point = #{outPoint}, - out_Person = #{outPerson}, - out_Time = #{outTime}, - create_time = #{createTime}, - create_by = #{createBy}, - update_by = #{updateBy}, - update_time = #{updateTime}, - remark = #{remark}, - - where id = #{id} - - - - delete from healthcare_inventory_drugout where id = #{id} - - - - delete from healthcare_inventory_drugout where id in - - #{id} - - - - - delete from healthcare_inventory_drugout_details where drug_out_id in - - #{drugOutId} - - - - - delete from healthcare_inventory_drugout_details where drug_out_id = #{drugOutId} - - - - insert into healthcare_inventory_drugout_details( - id, - drug_out_id, - drug_id, - filing_id, - out_point_id, - expiry_date, - out_batch, - remainingQuantity, - unit, - quantity, - create_time, - create_by, - update_by, - update_time, - remark - ) values - - ( - #{item.id}, - #{item.drugOutId}, - #{item.drugId}, - #{item.filingId}, - #{item.outPointId}, - #{item.expiryDate}, - #{item.outBatch}, - #{item.remainingQuantity}, - #{item.unit}, - #{item.quantity}, - #{item.createTime}, - #{item.createBy}, - #{item.updateBy}, - #{item.updateTime}, - #{item.remark} - ) - - - \ No newline at end of file diff --git a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugoutTypeMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugoutTypeMapper.xml deleted file mode 100644 index 332963d..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryDrugoutTypeMapper.xml +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select out_type_id, drug_out_id, inbound_location, signee, proof_material, purpose_details, unit, expiration_date, current_datetime, destroyer, destruction_location, destruction_process, scrap_reason, disposal_method, damage_reason, create_time, create_by, update_by, update_time, remark from healthcare_inventory_drugout_type - - - - - - - - - - - insert into healthcare_inventory_drugout_type - - drug_out_id, - inbound_location, - signee, - proof_material, - purpose_details, - unit, - expiration_date, - current_datetime, - destroyer, - destruction_location, - destruction_process, - scrap_reason, - disposal_method, - damage_reason, - create_time, - create_by, - update_by, - update_time, - remark, - - - #{drugOutId}, - #{inboundLocation}, - #{signee}, - #{proofMaterial}, - #{purposeDetails}, - #{unit}, - #{expirationDate}, - #{currentDatetime}, - #{destroyer}, - #{destructionLocation}, - #{destructionProcess}, - #{scrapReason}, - #{disposalMethod}, - #{damageReason}, - #{createTime}, - #{createBy}, - #{updateBy}, - #{updateTime}, - #{remark}, - - - - - update healthcare_inventory_drugout_type - - drug_out_id = #{drugOutId}, - inbound_location = #{inboundLocation}, - signee = #{signee}, - proof_material = #{proofMaterial}, - purpose_details = #{purposeDetails}, - unit = #{unit}, - expiration_date = #{expirationDate}, - current_datetime = #{currentDatetime}, - destroyer = #{destroyer}, - destruction_location = #{destructionLocation}, - destruction_process = #{destructionProcess}, - scrap_reason = #{scrapReason}, - disposal_method = #{disposalMethod}, - damage_reason = #{damageReason}, - create_time = #{createTime}, - create_by = #{createBy}, - update_by = #{updateBy}, - update_time = #{updateTime}, - remark = #{remark}, - - where out_type_id = #{outTypeId} - - - - delete from healthcare_inventory_drugout_type where out_type_id = #{outTypeId} - - - - delete from healthcare_inventory_drugout_type where out_type_id in - - #{outTypeId} - - - - - \ No newline at end of file diff --git a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryStoreroomMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryStoreroomMapper.xml deleted file mode 100644 index a70912c..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryStoreroomMapper.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - select id, storeroom_name, location, admin_userid, remarks, created_at, updated_at from healthcare_inventory_storeroom - - - - - - - - insert into healthcare_inventory_storeroom - - storeroom_name, - location, - admin_userid, - remarks, - created_at, - updated_at, - - - #{storeroomName}, - #{location}, - #{adminUserid}, - #{remarks}, - #{createdAt}, - #{updatedAt}, - - - - - update healthcare_inventory_storeroom - - storeroom_name = #{storeroomName}, - location = #{location}, - admin_userid = #{adminUserid}, - remarks = #{remarks}, - created_at = #{createdAt}, - updated_at = #{updatedAt}, - - where id = #{id} - - - - delete from healthcare_inventory_storeroom where id = #{id} - - - - delete from healthcare_inventory_storeroom where id in - - #{id} - - - - - - - \ No newline at end of file diff --git a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryWarehouseSelectionMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryWarehouseSelectionMapper.xml deleted file mode 100644 index 4882e03..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/inventory/mapper/HealthcareInventoryWarehouseSelectionMapper.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - select id, user_id, user_name, storeroom_id, storeroom_name, create_by, create_time, update_by, update_time from healthcare_inventory_warehouse_selection - - - - - - - - insert into healthcare_inventory_warehouse_selection - - user_id, - user_name, - storeroom_id, - storeroom_name, - create_by, - create_time, - update_by, - update_time, - - - #{userId}, - #{userName}, - #{storeroomId}, - #{storeroomName}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - - - - - update healthcare_inventory_warehouse_selection - - user_id = #{userId}, - user_name = #{userName}, - storeroom_id = #{storeroomId}, - storeroom_name = #{storeroomName}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - - where id = #{id} - - - - delete from healthcare_inventory_warehouse_selection where id = #{id} - - - - delete from healthcare_inventory_warehouse_selection where id in - - #{id} - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugArchiveMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugArchiveMapper.xml deleted file mode 100644 index ea78857..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugArchiveMapper.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select id, medicine_name, manufacturer, barcode, specification, retail_price, - is_split, state, dosage_form, dosage_unit, volume, volume_unit, - unit_quantity, split_unit, package_unit, min_number, - create_by, create_time, update_by, update_time, remark - from healthcare_drug_archive - - - - - - insert into healthcare_drug_archive - - medicine_name, - manufacturer, - barcode, - specification, - retail_price, - is_split, - state, - dosage_form, - dosage_unit, - volume, - volume_unit, - unit_quantity, - split_unit, - package_unit, - min_number, - create_by, - create_time, - update_by, - update_time, - remark, - - - #{medicineName}, - #{manufacturer}, - #{barcode}, - #{specification}, - #{retailPrice}, - #{isSplit}, - #{state}, - #{dosageForm}, - #{dosageUnit}, - #{volume}, - #{volumeUnit}, - #{unitQuantity}, - #{splitUnit}, - #{packageUnit}, - #{minNumber}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - #{remark}, - - - - - update healthcare_drug_archive - - medicine_name = #{medicineName}, - manufacturer = #{manufacturer}, - barcode = #{barcode}, - specification = #{specification}, - retail_price = #{retailPrice}, - is_split = #{isSplit}, - state = #{state}, - dosage_form = #{dosageForm}, - dosage_unit = #{dosageUnit}, - volume = #{volume}, - volume_unit = #{volumeUnit}, - unit_quantity = #{unitQuantity}, - split_unit = #{splitUnit}, - package_unit = #{packageUnit}, - min_number = #{minNumber}, - update_by = #{updateBy}, - update_time = #{updateTime}, - remark = #{remark}, - - where id = #{id} - - - - delete from healthcare_drug_archive where id = #{id} - - - - delete from healthcare_drug_archive where id in - - #{id} - - - \ No newline at end of file diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugArchivesVoMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugArchivesVoMapper.xml deleted file mode 100644 index 04e50fd..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugArchivesVoMapper.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - healthcare_drug_filing.id df_id , healthcare_drug_filing.archive_id df_archive_id , healthcare_drug_filing.storeroom_id df_storeroom_id , healthcare_drug_filing.medicineCode df_medicineCode , - healthcare_drug_filing.batch df_batch , healthcare_drug_filing.expiryDate df_expiryDate , healthcare_drug_filing.box_count df_box_count , - healthcare_drug_filing.inventoryUnit df_inventoryUnit , healthcare_drug_filing.pack_count df_pack_count , healthcare_drug_filing.retail_price df_retail_price , - healthcare_drug_filing.min_price df_min_price , healthcare_drug_filing.create_time df_create_time , - healthcare_drug_filing.create_by df_create_by , healthcare_drug_filing.update_by df_update_by , healthcare_drug_filing.update_time df_update_time , - healthcare_drug_filing.remark df_remark - - - - - healthcare_drug_archive.id da_id , healthcare_drug_archive.medicine_name da_medicine_name , healthcare_drug_archive.manufacturer da_manufacturer , - healthcare_drug_archive.barcode da_barcode , healthcare_drug_archive.specification da_specification , healthcare_drug_archive.retail_price da_retail_price , - healthcare_drug_archive.is_split da_is_split , healthcare_drug_archive.min_number da_min_number , healthcare_drug_archive.state da_state , - healthcare_drug_archive.dosage_form da_dosage_form , healthcare_drug_archive.dosage_unit da_dosage_unit , healthcare_drug_archive.volume da_volume , - healthcare_drug_archive.volume_unit da_volume_unit , healthcare_drug_archive.unit_quantity da_unit_quantity , healthcare_drug_archive.split_unit da_split_unit , - healthcare_drug_archive.package_unit da_package_unit , healthcare_drug_archive.create_time da_create_time , healthcare_drug_archive.create_by da_create_by , - healthcare_drug_archive.update_by da_update_by , healthcare_drug_archive.update_time da_update_time , healthcare_drug_archive.remark da_remark - - - - - healthcare_inventory_storeroom.id is_id , healthcare_inventory_storeroom.storeroom_name is_storeroom_name , healthcare_inventory_storeroom.location is_location , - healthcare_inventory_storeroom.admin_userid is_admin_userid ,healthcare_inventory_storeroom.remarks is_remarks , healthcare_inventory_storeroom.created_at is_created_at , - healthcare_inventory_storeroom.updated_at is_updated_at - - - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugFilingMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugFilingMapper.xml deleted file mode 100644 index 776591f..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/DrugFilingMapper.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - select id, archive_id, storeroom_id, medicineCode, batch, expiryDate, - box_count, inventoryUnit, pack_count, retail_price, min_price, - create_by, create_time, update_by, update_time, remark - from healthcare_drug_filing - - - - - - - - insert into healthcare_drug_filing - - archive_id, - storeroom_id, - medicineCode, - batch, - expiryDate, - box_count, - inventoryUnit, - pack_count, - retail_price, - min_price, - create_by, - create_time, - update_by, - update_time, - remark, - - - #{archiveId}, - #{storeroomId}, - #{medicineCode}, - #{batch}, - #{expiryDate}, - #{boxCount}, - #{inventoryUnit}, - #{packCount}, - #{retailPrice}, - #{minPrice}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - #{remark}, - - - - - update healthcare_drug_filing - - archive_id = #{archiveId}, - storeroom_id = #{storeroomId}, - medicineCode = #{medicineCode}, - batch = #{batch}, - expiryDate = #{expiryDate}, - box_count = #{boxCount}, - inventoryUnit = #{inventoryUnit}, - pack_count = #{packCount}, - retail_price = #{retailPrice}, - min_price = #{minPrice}, - update_by = #{updateBy}, - update_time = #{updateTime}, - remark = #{remark}, - - where id = #{id} - - - - delete from healthcare_drug_filing where id = #{id} - - - - delete from healthcare_drug_filing where archive_id = #{archiveId} - - \ No newline at end of file diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsComplaintsMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsComplaintsMapper.xml deleted file mode 100644 index 391beaa..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsComplaintsMapper.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - select id, complaint_name, current_history, past_history, diagnosis, medical_advice, create_by, create_time, update_by, update_time from healthcare_os_complaints - - - - - - - - insert into healthcare_os_complaints - - complaint_name, - current_history, - past_history, - diagnosis, - medical_advice, - create_by, - create_time, - update_by, - update_time, - - - #{complaintName}, - #{currentHistory}, - #{pastHistory}, - #{diagnosis}, - #{medicalAdvice}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - - - - - update healthcare_os_complaints - - complaint_name = #{complaintName}, - current_history = #{currentHistory}, - past_history = #{pastHistory}, - diagnosis = #{diagnosis}, - medical_advice = #{medicalAdvice}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - - where id = #{id} - - - - delete from healthcare_os_complaints where id = #{id} - - - - delete from healthcare_os_complaints where id in - - #{id} - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalDrugMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalDrugMapper.xml deleted file mode 100644 index 3702447..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalDrugMapper.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - select id, conventional_prescription_id, medicine_name , specification, usage_value, dosage_value, frequency, eating_time, eating_days,split_unit ,total_quantity,is_split , unit_quantity , package_unit ,remarks, create_by, create_time, update_by, update_time from healthcare_os_conventional_drug - - - - - - - - insert into healthcare_os_conventional_drug - - conventional_prescription_id, - medicine_name, - specification, - usage_value, - dosage_value, - frequency, - eating_time, - eating_days, - split_unit, - total_quantity, - is_split, - unit_quantity, - package_unit, - remarks, - create_by, - create_time, - update_by, - update_time, - - - #{conventionalPrescriptionId}, - #{medicineName}, - #{specification}, - #{usageValue}, - #{dosageValue}, - #{frequency}, - #{eatingTime}, - #{eatingDays}, - #{splitUnit}, - #{totalQuantity}, - #{isSplit}, - #{unitQuantity}, - #{packageUnit}, - #{remarks}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - - - - - update healthcare_os_conventional_drug - - conventional_prescription_id = #{conventionalPrescriptionId}, - medicine_name = #{medicineName}, - specification = #{specification}, - usage_value = #{usageValue}, - dosage_value = #{dosageValue}, - frequency = #{frequency}, - eating_time = #{eatingTime}, - eating_days = #{eatingDays}, - split_unit = #{splitUnit}, - total_quantity = #{totalQuantity}, - is_split = #{isSplit}, - unit_quantity = #{unitQuantity}, - package_unit = #{packageUnit}, - remarks = #{remarks}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - - where id = #{id} - - - - delete from healthcare_os_conventional_drug where id = #{id} - - - - delete from healthcare_os_conventional_drug where id in - - #{id} - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalPrescriptionsMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalPrescriptionsMapper.xml deleted file mode 100644 index 4337279..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalPrescriptionsMapper.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - select id, prescription_name, `function`, indication, medical_advice, create_by, create_time, update_by, update_time from healthcare_os_conventional_prescriptions - - - - - - - - insert into healthcare_os_conventional_prescriptions - - prescription_name, - `function`, - indication, - medical_advice, - create_by, - create_time, - update_by, - update_time, - - - #{prescriptionName}, - #{function}, - #{indication}, - #{medicalAdvice}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - - - - - update healthcare_os_conventional_prescriptions - - prescription_name = #{prescriptionName}, - `function` = #{function}, - indication = #{indication}, - medical_advice = #{medicalAdvice}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - - where id = #{id} - - - - delete from healthcare_os_conventional_prescriptions where id = #{id} - - - - delete from healthcare_os_conventional_prescriptions where id in - - #{id} - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalValueMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalValueMapper.xml deleted file mode 100644 index 0221eae..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsConventionalValueMapper.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - select id, parent_id, dict_name, name, value, is_linkage, create_by, create_time, update_by, update_time from healthcare_os_conventional_value - - - - - - - - insert into healthcare_os_conventional_value - - parent_id, - dict_name, - name, - value, - is_linkage, - create_by, - create_time, - update_by, - update_time, - - - #{parentId}, - #{dictName}, - #{name}, - #{value}, - #{isLinkage}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - - - - - update healthcare_os_conventional_value - - parent_id = #{parentId}, - dict_name = #{dictName}, - name = #{name}, - value = #{value}, - is_linkage = #{isLinkage}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - - where id = #{id} - - - - delete from healthcare_os_conventional_value where id = #{id} - - - - delete from healthcare_os_conventional_value where id in - - #{id} - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPatientDiagnosisMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPatientDiagnosisMapper.xml deleted file mode 100644 index 54b6d22..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPatientDiagnosisMapper.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select id, patient_id, diagnosis_type, is_insured,AES_DECRYPT(UNHEX(id_card),'zhxg') as id_card ,value, student_id, name, - patient_type, chief_complaint, present_illness, past_history, diagnosis, medical_advice, doctor_name, status , outpatient_time ,storeroom_id , storeroom_name , create_by, create_time, update_by, update_time from healthcare_os_patient_diagnosis - - - - - - - - insert into healthcare_os_patient_diagnosis - - patient_id, - diagnosis_type, - is_insured, - value, - student_id, - name, - patient_type, - chief_complaint, - present_illness, - past_history, - diagnosis, - medical_advice, - doctor_name, - status, - outpatient_time, - storeroom_id , - storeroom_name , - create_by, - create_time, - update_by, - update_time, - id_card, - - - #{patientId}, - #{diagnosisType}, - #{isInsured}, - #{value}, - #{studentId}, - #{name}, - #{patientType}, - #{chiefComplaint}, - #{presentIllness}, - #{pastHistory}, - #{diagnosis}, - #{medicalAdvice}, - #{doctorName}, - #{status}, - #{outpatientTime}, - #{storeroomId}, - #{storeroomName}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - #{idCard}, - - - - - update healthcare_os_patient_diagnosis - - patient_id = #{patientId}, - diagnosis_type = #{diagnosisType}, - is_insured = #{isInsured}, - value = #{value}, - student_id = #{studentId}, - name = #{name}, - patient_type = #{patientType}, - chief_complaint = #{chiefComplaint}, - present_illness = #{presentIllness}, - past_history = #{pastHistory}, - diagnosis = #{diagnosis}, - medical_advice = #{medicalAdvice}, - doctor_name = #{doctorName}, - status = #{status}, - outpatient_time = #{outpatientTime}, - storeroom_id = #{storeroomId}, - storeroom_name = #{storeroomName}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - id_card = #{idCard}, - - where id = #{id} - - - - delete from healthcare_os_patient_diagnosis where id = #{id} - - - - delete from healthcare_os_patient_diagnosis where id in - - #{id} - - - - - UPDATE healthcare_os_patient_diagnosis pd - JOIN healthcare_os_patient_info pi ON pd.student_id = pi.student_id - SET pd.patient_id = pi.id - WHERE pd.patient_id IS NULL; - - - - update healthcare_os_patient_diagnosis hpd - join sys_user su on hpd.doctor_name = su.user_name COLLATE utf8mb4_unicode_ci - set hpd.doctor_name = su.nick_name where hpd.doctor_name COLLATE utf8mb4_unicode_ci is not null; - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPatientInfoMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPatientInfoMapper.xml deleted file mode 100644 index b7a51b2..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPatientInfoMapper.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - select id, patient_type, student_id,AES_DECRYPT(UNHEX(id_card),'zhxg') as id_card , name, gender, age, major, class_info, phone, counselor, department, create_by, create_time, update_by, update_time from healthcare_os_patient_info - - - - - - - - - - insert into healthcare_os_patient_info - - patient_type, - student_id, - name, - gender, - age, - major, - class_info, - phone, - counselor, - department, - create_by, - create_time, - update_by, - update_time, - id_card, - - - #{patientType}, - #{studentId}, - #{name}, - #{gender}, - #{age}, - #{major}, - #{classInfo}, - #{phone}, - #{counselor}, - #{department}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - #{idCard}, - - - - - update healthcare_os_patient_info - - patient_type = #{patientType}, - student_id = #{studentId}, - name = #{name}, - gender = #{gender}, - age = #{age}, - major = #{major}, - class_info = #{classInfo}, - phone = #{phone}, - counselor = #{counselor}, - department = #{department}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - id_card = #{idCard}, - - where id = #{id} - - - - delete from healthcare_os_patient_info where id = #{id} - - - - - - delete from healthcare_os_patient_info where id in - - #{id} - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPrescriptionDetailsMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPrescriptionDetailsMapper.xml deleted file mode 100644 index 28b5e63..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/HealthcareOsPrescriptionDetailsMapper.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select id, patient_diagnosis_id, singular, medicine_id , medicine_name, specification , usage_value, dosage_value, frequency, eating_time, - eating_days , split_unit, total_quantity, unit_price , total_price ,is_split ,unit_quantity , package_unit , remarks , create_by, - create_time, update_by, update_time,batch,expiry_date from healthcare_os_prescription_details - - - - - - - - insert into healthcare_os_prescription_details - - patient_diagnosis_id, - singular, - medicine_id, - medicine_name, - specification, - usage_value, - dosage_value, - frequency, - eating_time, - eating_days, - split_unit, - total_quantity, - unit_price, - total_price, - is_split, - unit_quantity, - package_unit, - remarks, - create_by, - create_time, - update_by, - update_time, - batch, - expiry_date, - - - #{patientDiagnosisId}, - #{singular}, - #{medicineId}, - #{medicineName}, - #{specification}, - #{usageValue}, - #{dosageValue}, - #{frequency}, - #{eatingTime}, - #{eatingDays}, - #{splitUnit}, - #{totalQuantity}, - CAST(ROUND(#{unitPrice}, 2) AS DECIMAL(10, 2)), - CAST(ROUND(#{totalPrice}, 2) AS DECIMAL(10, 2)), - #{isSplit}, - #{unitQuantity}, - #{packageUnit}, - #{remarks}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - #{batch}, - #{expiryDate}, - - - - - update healthcare_os_prescription_details - - patient_diagnosis_id = #{patientDiagnosisId}, - singular = #{singular}, - medicine_id = #{medicineId}, - medicine_name = #{medicineName}, - specification = #{specification}, - usage_value = #{usageValue}, - dosage_value = #{dosageValue}, - frequency = #{frequency}, - eating_time = #{eatingTime}, - eating_days = #{eatingDays}, - split_unit = #{splitUnit}, - total_quantity = #{totalQuantity}, - unit_price = #{unitPrice}, - total_price = #{totalPrice}, - is_split = #{isSplit}, - unit_quantity = #{unitQuantity}, - package_unit = #{packageUnit}, - remarks = #{remarks}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - batch = #{batch}, - expiry_date = #{expiryDate}, - - where id = #{id} - - - - delete from healthcare_os_prescription_details where id = #{id} - - - - delete from healthcare_os_prescription_details where - - and patient_diagnosis_id = #{patientDiagnosisId} - and singular = #{singular} - and medicine_id = #{medicineId} - and medicine_name = #{medicineName} - and specification = #{specification} - and usage_value = #{usageValue} - and dosage_value = #{dosageValue} - and frequency = #{frequency} - and eating_time = #{eatingTime} - and eating_days = #{eatingDays} - and split_unit = #{splitUnit} - and total_quantity = #{totalQuantity} - and unit_price = #{unitPrice} - and total_price = #{totalPrice} - and is_split = #{isSplit} - and unit_qantity = #{unitQuantity} - and package_unit = #{packageUnit} - and remarks = #{remarks} - and batch = #{batch} - and expiry_date = #{expiryDate} - - - - - delete from healthcare_os_prescription_details where id in - - #{id} - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/OsStatisticsMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/OsStatisticsMapper.xml deleted file mode 100644 index 78e0c17..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/OsStatisticsMapper.xml +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - healthcare_os_patient_info.id AS opi_id, - healthcare_os_patient_info.patient_type AS opi_patient_type, - healthcare_os_patient_info.student_id AS opi_student_id, - healthcare_os_patient_info.name AS opi_name, - healthcare_os_patient_info.gender AS opi_gender, - healthcare_os_patient_info.age AS opi_age, - healthcare_os_patient_info.major AS opi_major, - healthcare_os_patient_info.class_info AS opi_class_info, - healthcare_os_patient_info.phone AS opi_phone, - healthcare_os_patient_info.counselor AS opi_counselor, - healthcare_os_patient_info.department AS opi_department, - healthcare_os_patient_info.create_by AS opi_create_by, - healthcare_os_patient_info.create_time AS opi_create_time, - healthcare_os_patient_info.update_by AS opi_update_by, - healthcare_os_patient_info.update_time AS opi_update_time - - - - - healthcare_os_prescription_details.id AS opd_id, - healthcare_os_prescription_details.patient_diagnosis_id AS opd_patient_diagnosis_id, - healthcare_os_prescription_details.singular AS opd_singular, - healthcare_os_prescription_details.medicine_id AS opd_medicine_id, - healthcare_os_prescription_details.medicine_name AS opd_medicine_name, - healthcare_os_prescription_details.specification AS opd_specification, - healthcare_os_prescription_details.usage_value AS opd_usage_value, - healthcare_os_prescription_details.dosage_value AS opd_dosage_value, - healthcare_os_prescription_details.frequency AS opd_frequency, - healthcare_os_prescription_details.eating_time AS opd_eating_time, - healthcare_os_prescription_details.eating_days AS opd_eating_days, - healthcare_os_prescription_details.split_unit AS opd_split_unit, - healthcare_os_prescription_details.total_quantity AS opd_total_quantity, - healthcare_os_prescription_details.unit_price AS opd_unit_price, - healthcare_os_prescription_details.total_price AS opd_total_price, - healthcare_os_prescription_details.is_split AS opd_is_split, - healthcare_os_prescription_details.unit_quantity AS opd_unit_quantity, - healthcare_os_prescription_details.package_unit AS opd_package_unit, - healthcare_os_prescription_details.remarks AS opd_remarks, - healthcare_os_prescription_details.create_by AS opd_create_by, - healthcare_os_prescription_details.create_time AS opd_create_time, - healthcare_os_prescription_details.update_by AS opd_update_by, - healthcare_os_prescription_details.update_time AS opd_update_time - - - - - healthcare_os_patient_diagnosis.id AS ho_pd_id, - healthcare_os_patient_diagnosis.patient_id AS ho_pd_patient_id, - healthcare_os_patient_diagnosis.diagnosis_type AS ho_pd_diagnosis_type, - healthcare_os_patient_diagnosis.is_insured AS ho_pd_is_insured, - healthcare_os_patient_diagnosis.value AS ho_pd_value, - healthcare_os_patient_diagnosis.student_id AS ho_pd_student_id, - healthcare_os_patient_diagnosis.name AS ho_pd_name, - healthcare_os_patient_diagnosis.patient_type AS ho_pd_patient_type, - healthcare_os_patient_diagnosis.chief_complaint AS ho_pd_chief_complaint, - healthcare_os_patient_diagnosis.present_illness AS ho_pd_present_illness, - healthcare_os_patient_diagnosis.past_history AS ho_pd_past_history, - healthcare_os_patient_diagnosis.diagnosis AS ho_pd_diagnosis, - healthcare_os_patient_diagnosis.medical_advice AS ho_pd_medical_advice, - healthcare_os_patient_diagnosis.doctor_name AS ho_pd_doctor_name, - healthcare_os_patient_diagnosis.status AS ho_pd_status, - healthcare_os_patient_diagnosis.outpatient_time AS ho_pd_outpatient_time, - healthcare_os_patient_diagnosis.create_by AS ho_pd_create_by, - healthcare_os_patient_diagnosis.create_time AS ho_pd_create_time, - healthcare_os_patient_diagnosis.update_by AS ho_pd_update_by, - healthcare_os_patient_diagnosis.update_time AS ho_pd_update_time, - healthcare_os_patient_diagnosis.id_card AS ho_pd_id_card - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/StudentInfoMapper.xml b/pasd-healthcare/target/classes/com/ruoyi/os/mapper/StudentInfoMapper.xml deleted file mode 100644 index 0c2c6ba..0000000 --- a/pasd-healthcare/target/classes/com/ruoyi/os/mapper/StudentInfoMapper.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - select stu_id, stu_no, stu_name, gender, major_name, class_name, teacher_name , dept_name,id_card from view_stu_info - - - - - - - - - - - - diff --git a/pasd-healthcare/target/classes/mapper/os/PatientInsuranceInfoMapper.xml b/pasd-healthcare/target/classes/mapper/os/PatientInsuranceInfoMapper.xml deleted file mode 100644 index 5a2c2d2..0000000 --- a/pasd-healthcare/target/classes/mapper/os/PatientInsuranceInfoMapper.xml +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select id, personal_id, id_type, id_number, name, birthdate, gender, contact_phone, mobile_phone, registered_address, residential_address, payment_district, payment_district_name, township_street, community_village_school, unit_id, unit_name, personal_payment_amount, financial_subsidy_amount, total_amount, payment_time, payment_year, payer_category from patient_insurance_info - - - - - - - - insert into patient_insurance_info - - personal_id, - id_type, - id_number, - name, - birthdate, - gender, - contact_phone, - mobile_phone, - registered_address, - residential_address, - payment_district, - payment_district_name, - township_street, - community_village_school, - unit_id, - unit_name, - personal_payment_amount, - financial_subsidy_amount, - total_amount, - payment_time, - payment_year, - payer_category, - - - #{personalId}, - #{idType}, - #{idNumber}, - #{name}, - #{birthdate}, - #{gender}, - #{contactPhone}, - #{mobilePhone}, - #{registeredAddress}, - #{residentialAddress}, - #{paymentDistrict}, - #{paymentDistrictName}, - #{townshipStreet}, - #{communityVillageSchool}, - #{unitId}, - #{unitName}, - #{personalPaymentAmount}, - #{financialSubsidyAmount}, - #{totalAmount}, - #{paymentTime}, - #{paymentYear}, - #{payerCategory}, - - - - - INSERT INTO patient_insurance_info ( - personal_id, - id_type, - id_number, - name, - birthdate, - gender, - contact_phone, - mobile_phone, - registered_address, - residential_address, - payment_district, - payment_district_name, - township_street, - community_village_school, - unit_id, - unit_name, - personal_payment_amount, - financial_subsidy_amount, - total_amount, - payment_time, - payment_year, - payer_category - ) VALUES - - ( - #{item.personalId}, - #{item.idType}, - #{item.idNumber}, - #{item.name}, - #{item.birthdate}, - #{item.gender}, - #{item.contactPhone}, - #{item.mobilePhone}, - #{item.registeredAddress}, - #{item.residentialAddress}, - #{item.paymentDistrict}, - #{item.paymentDistrictName}, - #{item.townshipStreet}, - #{item.communityVillageSchool}, - #{item.unitId}, - #{item.unitName}, - #{item.personalPaymentAmount}, - #{item.financialSubsidyAmount}, - #{item.totalAmount}, - #{item.paymentTime}, - #{item.paymentYear}, - #{item.payerCategory} - ) - - - - - update patient_insurance_info - - personal_id = #{personalId}, - id_type = #{idType}, - id_number = #{idNumber}, - name = #{name}, - birthdate = #{birthdate}, - gender = #{gender}, - contact_phone = #{contactPhone}, - mobile_phone = #{mobilePhone}, - registered_address = #{registeredAddress}, - residential_address = #{residentialAddress}, - payment_district = #{paymentDistrict}, - payment_district_name = #{paymentDistrictName}, - township_street = #{townshipStreet}, - community_village_school = #{communityVillageSchool}, - unit_id = #{unitId}, - unit_name = #{unitName}, - personal_payment_amount = #{personalPaymentAmount}, - financial_subsidy_amount = #{financialSubsidyAmount}, - total_amount = #{totalAmount}, - payment_time = #{paymentTime}, - payment_year = #{paymentYear}, - payer_category = #{payerCategory}, - - where id = #{id} - - - - delete from patient_insurance_info where id = #{id} - - - - delete from patient_insurance_info where id in - - #{id} - - - \ No newline at end of file diff --git a/pasd-healthcare/target/classes/mybatis-config.xml b/pasd-healthcare/target/classes/mybatis-config.xml deleted file mode 100644 index 08fecdf..0000000 --- a/pasd-healthcare/target/classes/mybatis-config.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - diff --git a/ruoyi-admin/target/classes/META-INF/spring-devtools.properties b/ruoyi-admin/target/classes/META-INF/spring-devtools.properties deleted file mode 100644 index 37e7b58..0000000 --- a/ruoyi-admin/target/classes/META-INF/spring-devtools.properties +++ /dev/null @@ -1 +0,0 @@ -restart.include.json=/com.alibaba.fastjson2.*.jar \ No newline at end of file diff --git a/ruoyi-admin/target/classes/application-dev.yml b/ruoyi-admin/target/classes/application-dev.yml deleted file mode 100644 index e6b27a4..0000000 --- a/ruoyi-admin/target/classes/application-dev.yml +++ /dev/null @@ -1,61 +0,0 @@ -# 数据源配置 -spring: - datasource: - type: com.alibaba.druid.pool.DruidDataSource - driverClassName: com.mysql.cj.jdbc.Driver - druid: - # 主库数据源 - master: - url: jdbc:mysql://47.112.118.149:3306/pasd_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 - username: root - password: Houpuyfb - # 从库数据源 - slave: - # 从数据源开关/默认关闭 - enabled: false - url: jdbc:mysql://124.70.202.11:3306/srs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true&rewriteBatchedStatements=true - username: eta - password: Eta802566@# - # 初始连接数 - initialSize: 5 - # 最小连接池数量 - minIdle: 10 - # 最大连接池数量 - maxActive: 20 - # 配置获取连接等待超时的时间 - maxWait: 60000 - # 配置连接超时时间 - connectTimeout: 30000 - # 配置网络超时时间 - socketTimeout: 60000 - # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒 - timeBetweenEvictionRunsMillis: 60000 - # 配置一个连接在池中最小生存的时间,单位是毫秒 - minEvictableIdleTimeMillis: 300000 - # 配置一个连接在池中最大生存的时间,单位是毫秒 - maxEvictableIdleTimeMillis: 900000 - # 配置检测连接是否有效 - validationQuery: SELECT 1 FROM DUAL - testWhileIdle: true - testOnBorrow: false - testOnReturn: false - webStatFilter: - enabled: true - statViewServlet: - enabled: true - # 设置白名单,不填则允许所有访问 - allow: - url-pattern: /druid/* - # 控制台管理用户名和密码 - login-username: ruoyi - login-password: 123456 - filter: - stat: - enabled: true - # 慢SQL记录 - log-slow-sql: true - slow-sql-millis: 1000 - merge-sql: true - wall: - config: - multi-statement-allow: true diff --git a/ruoyi-admin/target/classes/application-druid.yml b/ruoyi-admin/target/classes/application-druid.yml deleted file mode 100644 index a516f78..0000000 --- a/ruoyi-admin/target/classes/application-druid.yml +++ /dev/null @@ -1,64 +0,0 @@ -# 数据源配置 -spring: - datasource: - type: com.alibaba.druid.pool.DruidDataSource - driverClassName: com.mysql.cj.jdbc.Driver - druid: - # 主库数据源 - master: - url: jdbc:mysql://172.16.129.101:3306/safetyhydropowerdb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 - username: safetyhydropowerdb - password: GXSD#8025 - # 从库数据源 - slave: - # 从数据源开关/默认关闭 - enabled: true - url: jdbc:mysql://172.16.96.116:3306/srs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true&rewriteBatchedStatements=true - username: root #eta - password: Gxsd#8025 #Eta802566@# 124.70.202.11 localhost Gxsd#8025 服务器地址 -# url: jdbc:mysql://124.70.202.11:3306/srs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true&rewriteBatchedStatements=true -# username: eta -# password: Eta802566@# - # 初始连接数 - initialSize: 5 - # 最小连接池数量 - minIdle: 10 - # 最大连接池数量 - maxActive: 20 - # 配置获取连接等待超时的时间 - maxWait: 60000 - # 配置连接超时时间 - connectTimeout: 30000 - # 配置网络超时时间 - socketTimeout: 60000 - # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒 - timeBetweenEvictionRunsMillis: 60000 - # 配置一个连接在池中最小生存的时间,单位是毫秒 - minEvictableIdleTimeMillis: 300000 - # 配置一个连接在池中最大生存的时间,单位是毫秒 - maxEvictableIdleTimeMillis: 900000 - # 配置检测连接是否有效 - validationQuery: SELECT 1 FROM DUAL - testWhileIdle: true - testOnBorrow: false - testOnReturn: false - webStatFilter: - enabled: true - statViewServlet: - enabled: true - # 设置白名单,不填则允许所有访问 - allow: - url-pattern: /druid/* - # 控制台管理用户名和密码 - login-username: ruoyi - login-password: 123456 - filter: - stat: - enabled: true - # 慢SQL记录 - log-slow-sql: true - slow-sql-millis: 1000 - merge-sql: true - wall: - config: - multi-statement-allow: true diff --git a/ruoyi-admin/target/classes/application.yml b/ruoyi-admin/target/classes/application.yml deleted file mode 100644 index 7b1eace..0000000 --- a/ruoyi-admin/target/classes/application.yml +++ /dev/null @@ -1,134 +0,0 @@ -# 项目相关配置 -ruoyi: - # 名称 - name: RuoYi - # 版本 - version: 3.8.8 - # 版权年份 - copyrightYear: 2024 - # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) - profile: /home/ruoyi/uploadPath -# profile: D:/ruoyi/uploadPath - # 获取ip地址开关 - addressEnabled: false - # 验证码类型 math 数字计算 char 字符验证 - captchaType: math - -# 开发环境配置 -server: - # 服务器的HTTP端口,默认为8080 - port: 8080 - servlet: - # 应用的访问路径 - context-path: / - tomcat: - # tomcat的URI编码 - uri-encoding: UTF-8 - # 连接数满后的排队数,默认为100 - accept-count: 1000 - threads: - # tomcat最大线程数,默认为200 - max: 800 - # Tomcat启动初始化的线程数,默认值10 - min-spare: 100 - -# 日志配置 -logging: - level: - com.ruoyi: debug - org.springframework: warn - -# 用户配置 -user: - password: - # 密码最大错误次数 - maxRetryCount: 5 - # 密码锁定时间(默认10分钟) - lockTime: 10 - -# Spring配置 -spring: - # 资源信息 - messages: - # 国际化资源文件路径 - basename: i18n/messages - profiles: -# active: druid #正式环境配置文件 - active: dev # 测试环境配置文件 - # 文件上传 - servlet: - multipart: - # 单个文件大小 - max-file-size: 10MB - # 设置总上传的文件大小 - max-request-size: 20MB - # 服务模块 - devtools: - restart: - # 热部署开关 - enabled: true - # redis 配置 - redis: - # 地址 -# host: 172.16.129.101 #正式环境 -# host: localhost - host: 47.112.118.149 #测试环境 - # 端口,默认为6379 - port: 6379 - # 数据库索引 - database: 0 - # 密码 - password: Houpuyfb #redis开发地址 -# password: - # 连接超时时间 - timeout: 10s - lettuce: - pool: - # 连接池中的最小空闲连接 - min-idle: 0 - # 连接池中的最大空闲连接 - max-idle: 8 - # 连接池的最大数据库连接数 - max-active: 8 - # #连接池最大阻塞等待时间(使用负值表示没有限制) - max-wait: -1ms - -# token配置 -token: - # 令牌自定义标识 - header: Authorization - # 令牌密钥 - secret: abcdefghijklmnopqrstuvwxyz - # 令牌有效期(默认30分钟) - expireTime: 300000 - -# MyBatis配置 -mybatis: - # 搜索指定包别名 - typeAliasesPackage: com.ruoyi.**.domain - # 配置mapper的扫描,找到所有的mapper.xml映射文件 - mapperLocations: classpath*:mapper/**/*Mapper.xml - # 加载全局的配置文件 - configLocation: classpath:mybatis/mybatis-config.xml - -# PageHelper分页插件 -pagehelper: - helperDialect: mysql - supportMethodsArguments: true - params: count=countSql - -# Swagger配置 -swagger: - # 是否开启swagger - enabled: true - # 请求前缀 - pathMapping: /dev-api - -# 防止XSS攻击 -xss: - # 过滤开关 - enabled: true - # 排除链接(多个用逗号分隔) - excludes: /system/notice - # 匹配链接 - urlPatterns: /system/*,/monitor/*,/tool/* diff --git a/ruoyi-admin/target/classes/banner.txt b/ruoyi-admin/target/classes/banner.txt deleted file mode 100644 index 0931cb8..0000000 --- a/ruoyi-admin/target/classes/banner.txt +++ /dev/null @@ -1,24 +0,0 @@ -Application Version: ${ruoyi.version} -Spring Boot Version: ${spring-boot.version} -//////////////////////////////////////////////////////////////////// -// _ooOoo_ // -// o8888888o // -// 88" . "88 // -// (| ^_^ |) // -// O\ = /O // -// ____/`---'\____ // -// .' \\| |// `. // -// / \\||| : |||// \ // -// / _||||| -:- |||||- \ // -// | | \\\ - /// | | // -// | \_| ''\---/'' | | // -// \ .-\__ `-` ___/-. / // -// ___`. .' /--.--\ `. . ___ // -// ."" '< `.___\_<|>_/___.' >'"". // -// | | : `- \`.;`\ _ /`;.`/ - ` : | | // -// \ \ `-. \_ __\ /__ _/ .-` / / // -// ========`-.____`-.___\_____/___.-`____.-'======== // -// `=---=' // -// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // -// 佛祖保佑 永不宕机 永无BUG // -//////////////////////////////////////////////////////////////////// \ No newline at end of file diff --git a/ruoyi-admin/target/classes/i18n/messages.properties b/ruoyi-admin/target/classes/i18n/messages.properties deleted file mode 100644 index 93de005..0000000 --- a/ruoyi-admin/target/classes/i18n/messages.properties +++ /dev/null @@ -1,38 +0,0 @@ -#错误消息 -not.null=* 必须填写 -user.jcaptcha.error=验证码错误 -user.jcaptcha.expire=验证码已失效 -user.not.exists=用户不存在/密码错误 -user.password.not.match=用户不存在/密码错误 -user.password.retry.limit.count=密码输入错误{0}次 -user.password.retry.limit.exceed=密码输入错误{0}次,帐户锁定{1}分钟 -user.password.delete=对不起,您的账号已被删除 -user.blocked=用户已封禁,请联系管理员 -role.blocked=角色已封禁,请联系管理员 -login.blocked=很遗憾,访问IP已被列入系统黑名单 -user.logout.success=退出成功 - -length.not.valid=长度必须在{min}到{max}个字符之间 - -user.username.not.valid=* 2到20个汉字、字母、数字或下划线组成,且必须以非数字开头 -user.password.not.valid=* 5-50个字符 - -user.email.not.valid=邮箱格式错误 -user.mobile.phone.number.not.valid=手机号格式错误 -user.login.success=登录成功 -user.register.success=注册成功 -user.notfound=请重新登录 -user.forcelogout=管理员强制退出,请重新登录 -user.unknown.error=未知错误,请重新登录 - -##文件上传消息 -upload.exceed.maxSize=上传的文件大小超出限制的文件大小!
允许的文件最大大小是:{0}MB! -upload.filename.exceed.length=上传的文件名最长{0}个字符 - -##权限 -no.permission=您没有数据的权限,请联系管理员添加权限 [{0}] -no.create.permission=您没有创建数据的权限,请联系管理员添加权限 [{0}] -no.update.permission=您没有修改数据的权限,请联系管理员添加权限 [{0}] -no.delete.permission=您没有删除数据的权限,请联系管理员添加权限 [{0}] -no.export.permission=您没有导出数据的权限,请联系管理员添加权限 [{0}] -no.view.permission=您没有查看数据的权限,请联系管理员添加权限 [{0}] diff --git a/ruoyi-admin/target/classes/logback.xml b/ruoyi-admin/target/classes/logback.xml deleted file mode 100644 index f213d28..0000000 --- a/ruoyi-admin/target/classes/logback.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - ${log.pattern} - - - - - - ${log.path}/sys-info.log - - - - ${log.path}/sys-info.%d{yyyy-MM-dd}.log - - 60 - - - ${log.pattern} - - - - INFO - - ACCEPT - - DENY - - - - - ${log.path}/sys-error.log - - - - ${log.path}/sys-error.%d{yyyy-MM-dd}.log - - 60 - - - ${log.pattern} - - - - ERROR - - ACCEPT - - DENY - - - - - - ${log.path}/sys-user.log - - - ${log.path}/sys-user.%d{yyyy-MM-dd}.log - - 60 - - - ${log.pattern} - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ruoyi-admin/target/classes/mybatis/mybatis-config.xml b/ruoyi-admin/target/classes/mybatis/mybatis-config.xml deleted file mode 100644 index ac47c03..0000000 --- a/ruoyi-admin/target/classes/mybatis/mybatis-config.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/ruoyi-generator/target/classes/generator.yml b/ruoyi-generator/target/classes/generator.yml deleted file mode 100644 index 7eae68e..0000000 --- a/ruoyi-generator/target/classes/generator.yml +++ /dev/null @@ -1,10 +0,0 @@ -# 代码生成 -gen: - # 作者 - author: ruoyi - # 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool - packageName: com.ruoyi.system - # 自动去除表前缀,默认是false - autoRemovePre: false - # 表前缀(生成类名不会包含表前缀,多个用逗号分隔) - tablePrefix: sys_ \ No newline at end of file diff --git a/ruoyi-generator/target/classes/mapper/generator/GenTableColumnMapper.xml b/ruoyi-generator/target/classes/mapper/generator/GenTableColumnMapper.xml deleted file mode 100644 index 52857e8..0000000 --- a/ruoyi-generator/target/classes/mapper/generator/GenTableColumnMapper.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select column_id, table_id, column_name, column_comment, column_type, java_type, java_field, is_pk, is_increment, is_required, is_insert, is_edit, is_list, is_query, query_type, html_type, dict_type, sort, create_by, create_time, update_by, update_time from gen_table_column - - - - - - - - insert into gen_table_column ( - table_id, - column_name, - column_comment, - column_type, - java_type, - java_field, - is_pk, - is_increment, - is_required, - is_insert, - is_edit, - is_list, - is_query, - query_type, - html_type, - dict_type, - sort, - create_by, - create_time - )values( - #{tableId}, - #{columnName}, - #{columnComment}, - #{columnType}, - #{javaType}, - #{javaField}, - #{isPk}, - #{isIncrement}, - #{isRequired}, - #{isInsert}, - #{isEdit}, - #{isList}, - #{isQuery}, - #{queryType}, - #{htmlType}, - #{dictType}, - #{sort}, - #{createBy}, - sysdate() - ) - - - - update gen_table_column - - column_comment = #{columnComment}, - java_type = #{javaType}, - java_field = #{javaField}, - is_insert = #{isInsert}, - is_edit = #{isEdit}, - is_list = #{isList}, - is_query = #{isQuery}, - is_required = #{isRequired}, - query_type = #{queryType}, - html_type = #{htmlType}, - dict_type = #{dictType}, - sort = #{sort}, - update_by = #{updateBy}, - update_time = sysdate() - - where column_id = #{columnId} - - - - delete from gen_table_column where table_id in - - #{tableId} - - - - - delete from gen_table_column where column_id in - - #{item.columnId} - - - - \ No newline at end of file diff --git a/ruoyi-generator/target/classes/mapper/generator/GenTableMapper.xml b/ruoyi-generator/target/classes/mapper/generator/GenTableMapper.xml deleted file mode 100644 index d1110f7..0000000 --- a/ruoyi-generator/target/classes/mapper/generator/GenTableMapper.xml +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select table_id, table_name, table_comment, sub_table_name, sub_table_fk_name, class_name, tpl_category, tpl_web_type, package_name, module_name, business_name, function_name, function_author, gen_type, gen_path, options, create_by, create_time, update_by, update_time, remark from gen_table - - - - - - - - - - - - - - - - - - insert into gen_table ( - table_name, - table_comment, - class_name, - tpl_category, - tpl_web_type, - package_name, - module_name, - business_name, - function_name, - function_author, - gen_type, - gen_path, - remark, - create_by, - create_time - )values( - #{tableName}, - #{tableComment}, - #{className}, - #{tplCategory}, - #{tplWebType}, - #{packageName}, - #{moduleName}, - #{businessName}, - #{functionName}, - #{functionAuthor}, - #{genType}, - #{genPath}, - #{remark}, - #{createBy}, - sysdate() - ) - - - - ${sql} - - - - update gen_table - - table_name = #{tableName}, - table_comment = #{tableComment}, - sub_table_name = #{subTableName}, - sub_table_fk_name = #{subTableFkName}, - class_name = #{className}, - function_author = #{functionAuthor}, - gen_type = #{genType}, - gen_path = #{genPath}, - tpl_category = #{tplCategory}, - tpl_web_type = #{tplWebType}, - package_name = #{packageName}, - module_name = #{moduleName}, - business_name = #{businessName}, - function_name = #{functionName}, - options = #{options}, - update_by = #{updateBy}, - remark = #{remark}, - update_time = sysdate() - - where table_id = #{tableId} - - - - delete from gen_table where table_id in - - #{tableId} - - - - \ No newline at end of file diff --git a/ruoyi-generator/target/classes/vm/java/controller.java.vm b/ruoyi-generator/target/classes/vm/java/controller.java.vm deleted file mode 100644 index bf88988..0000000 --- a/ruoyi-generator/target/classes/vm/java/controller.java.vm +++ /dev/null @@ -1,115 +0,0 @@ -package ${packageName}.controller; - -import java.util.List; -import javax.servlet.http.HttpServletResponse; -import org.springframework.security.access.prepost.PreAuthorize; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.PutMapping; -import org.springframework.web.bind.annotation.DeleteMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RestController; -import com.ruoyi.common.annotation.Log; -import com.ruoyi.common.core.controller.BaseController; -import com.ruoyi.common.core.domain.AjaxResult; -import com.ruoyi.common.enums.BusinessType; -import ${packageName}.domain.${ClassName}; -import ${packageName}.service.I${ClassName}Service; -import com.ruoyi.common.utils.poi.ExcelUtil; -#if($table.crud || $table.sub) -import com.ruoyi.common.core.page.TableDataInfo; -#elseif($table.tree) -#end - -/** - * ${functionName}Controller - * - * @author ${author} - * @date ${datetime} - */ -@RestController -@RequestMapping("/${moduleName}/${businessName}") -public class ${ClassName}Controller extends BaseController -{ - @Autowired - private I${ClassName}Service ${className}Service; - - /** - * 查询${functionName}列表 - */ - @PreAuthorize("@ss.hasPermi('${permissionPrefix}:list')") - @GetMapping("/list") -#if($table.crud || $table.sub) - public TableDataInfo list(${ClassName} ${className}) - { - startPage(); - List<${ClassName}> list = ${className}Service.select${ClassName}List(${className}); - return getDataTable(list); - } -#elseif($table.tree) - public AjaxResult list(${ClassName} ${className}) - { - List<${ClassName}> list = ${className}Service.select${ClassName}List(${className}); - return success(list); - } -#end - - /** - * 导出${functionName}列表 - */ - @PreAuthorize("@ss.hasPermi('${permissionPrefix}:export')") - @Log(title = "${functionName}", businessType = BusinessType.EXPORT) - @PostMapping("/export") - public void export(HttpServletResponse response, ${ClassName} ${className}) - { - List<${ClassName}> list = ${className}Service.select${ClassName}List(${className}); - ExcelUtil<${ClassName}> util = new ExcelUtil<${ClassName}>(${ClassName}.class); - util.exportExcel(response, list, "${functionName}数据"); - } - - /** - * 获取${functionName}详细信息 - */ - @PreAuthorize("@ss.hasPermi('${permissionPrefix}:query')") - @GetMapping(value = "/{${pkColumn.javaField}}") - public AjaxResult getInfo(@PathVariable("${pkColumn.javaField}") ${pkColumn.javaType} ${pkColumn.javaField}) - { - return success(${className}Service.select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaField})); - } - - /** - * 新增${functionName} - */ - @PreAuthorize("@ss.hasPermi('${permissionPrefix}:add')") - @Log(title = "${functionName}", businessType = BusinessType.INSERT) - @PostMapping - public AjaxResult add(@RequestBody ${ClassName} ${className}) - { - return toAjax(${className}Service.insert${ClassName}(${className})); - } - - /** - * 修改${functionName} - */ - @PreAuthorize("@ss.hasPermi('${permissionPrefix}:edit')") - @Log(title = "${functionName}", businessType = BusinessType.UPDATE) - @PutMapping - public AjaxResult edit(@RequestBody ${ClassName} ${className}) - { - return toAjax(${className}Service.update${ClassName}(${className})); - } - - /** - * 删除${functionName} - */ - @PreAuthorize("@ss.hasPermi('${permissionPrefix}:remove')") - @Log(title = "${functionName}", businessType = BusinessType.DELETE) - @DeleteMapping("/{${pkColumn.javaField}s}") - public AjaxResult remove(@PathVariable ${pkColumn.javaType}[] ${pkColumn.javaField}s) - { - return toAjax(${className}Service.delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaField}s)); - } -} diff --git a/ruoyi-generator/target/classes/vm/java/domain.java.vm b/ruoyi-generator/target/classes/vm/java/domain.java.vm deleted file mode 100644 index bd51c17..0000000 --- a/ruoyi-generator/target/classes/vm/java/domain.java.vm +++ /dev/null @@ -1,105 +0,0 @@ -package ${packageName}.domain; - -#foreach ($import in $importList) -import ${import}; -#end -import org.apache.commons.lang3.builder.ToStringBuilder; -import org.apache.commons.lang3.builder.ToStringStyle; -import com.ruoyi.common.annotation.Excel; -#if($table.crud || $table.sub) -import com.ruoyi.common.core.domain.BaseEntity; -#elseif($table.tree) -import com.ruoyi.common.core.domain.TreeEntity; -#end - -/** - * ${functionName}对象 ${tableName} - * - * @author ${author} - * @date ${datetime} - */ -#if($table.crud || $table.sub) -#set($Entity="BaseEntity") -#elseif($table.tree) -#set($Entity="TreeEntity") -#end -public class ${ClassName} extends ${Entity} -{ - private static final long serialVersionUID = 1L; - -#foreach ($column in $columns) -#if(!$table.isSuperColumn($column.javaField)) - /** $column.columnComment */ -#if($column.list) -#set($parentheseIndex=$column.columnComment.indexOf("(")) -#if($parentheseIndex != -1) -#set($comment=$column.columnComment.substring(0, $parentheseIndex)) -#else -#set($comment=$column.columnComment) -#end -#if($parentheseIndex != -1) - @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") -#elseif($column.javaType == 'Date') - @JsonFormat(pattern = "yyyy-MM-dd") - @Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd") -#else - @Excel(name = "${comment}") -#end -#end - private $column.javaType $column.javaField; - -#end -#end -#if($table.sub) - /** $table.subTable.functionName信息 */ - private List<${subClassName}> ${subclassName}List; - -#end -#foreach ($column in $columns) -#if(!$table.isSuperColumn($column.javaField)) -#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) -#set($AttrName=$column.javaField) -#else -#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) -#end - public void set${AttrName}($column.javaType $column.javaField) - { - this.$column.javaField = $column.javaField; - } - - public $column.javaType get${AttrName}() - { - return $column.javaField; - } -#end -#end - -#if($table.sub) - public List<${subClassName}> get${subClassName}List() - { - return ${subclassName}List; - } - - public void set${subClassName}List(List<${subClassName}> ${subclassName}List) - { - this.${subclassName}List = ${subclassName}List; - } - -#end - @Override - public String toString() { - return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) -#foreach ($column in $columns) -#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) -#set($AttrName=$column.javaField) -#else -#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) -#end - .append("${column.javaField}", get${AttrName}()) -#end -#if($table.sub) - .append("${subclassName}List", get${subClassName}List()) -#end - .toString(); - } -} diff --git a/ruoyi-generator/target/classes/vm/java/mapper.java.vm b/ruoyi-generator/target/classes/vm/java/mapper.java.vm deleted file mode 100644 index 7e7d7c2..0000000 --- a/ruoyi-generator/target/classes/vm/java/mapper.java.vm +++ /dev/null @@ -1,91 +0,0 @@ -package ${packageName}.mapper; - -import java.util.List; -import ${packageName}.domain.${ClassName}; -#if($table.sub) -import ${packageName}.domain.${subClassName}; -#end - -/** - * ${functionName}Mapper接口 - * - * @author ${author} - * @date ${datetime} - */ -public interface ${ClassName}Mapper -{ - /** - * 查询${functionName} - * - * @param ${pkColumn.javaField} ${functionName}主键 - * @return ${functionName} - */ - public ${ClassName} select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); - - /** - * 查询${functionName}列表 - * - * @param ${className} ${functionName} - * @return ${functionName}集合 - */ - public List<${ClassName}> select${ClassName}List(${ClassName} ${className}); - - /** - * 新增${functionName} - * - * @param ${className} ${functionName} - * @return 结果 - */ - public int insert${ClassName}(${ClassName} ${className}); - - /** - * 修改${functionName} - * - * @param ${className} ${functionName} - * @return 结果 - */ - public int update${ClassName}(${ClassName} ${className}); - - /** - * 删除${functionName} - * - * @param ${pkColumn.javaField} ${functionName}主键 - * @return 结果 - */ - public int delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); - - /** - * 批量删除${functionName} - * - * @param ${pkColumn.javaField}s 需要删除的数据主键集合 - * @return 结果 - */ - public int delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaType}[] ${pkColumn.javaField}s); -#if($table.sub) - - /** - * 批量删除${subTable.functionName} - * - * @param ${pkColumn.javaField}s 需要删除的数据主键集合 - * @return 结果 - */ - public int delete${subClassName}By${subTableFkClassName}s(${pkColumn.javaType}[] ${pkColumn.javaField}s); - - /** - * 批量新增${subTable.functionName} - * - * @param ${subclassName}List ${subTable.functionName}列表 - * @return 结果 - */ - public int batch${subClassName}(List<${subClassName}> ${subclassName}List); - - - /** - * 通过${functionName}主键删除${subTable.functionName}信息 - * - * @param ${pkColumn.javaField} ${functionName}ID - * @return 结果 - */ - public int delete${subClassName}By${subTableFkClassName}(${pkColumn.javaType} ${pkColumn.javaField}); -#end -} diff --git a/ruoyi-generator/target/classes/vm/java/service.java.vm b/ruoyi-generator/target/classes/vm/java/service.java.vm deleted file mode 100644 index 264882b..0000000 --- a/ruoyi-generator/target/classes/vm/java/service.java.vm +++ /dev/null @@ -1,61 +0,0 @@ -package ${packageName}.service; - -import java.util.List; -import ${packageName}.domain.${ClassName}; - -/** - * ${functionName}Service接口 - * - * @author ${author} - * @date ${datetime} - */ -public interface I${ClassName}Service -{ - /** - * 查询${functionName} - * - * @param ${pkColumn.javaField} ${functionName}主键 - * @return ${functionName} - */ - public ${ClassName} select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); - - /** - * 查询${functionName}列表 - * - * @param ${className} ${functionName} - * @return ${functionName}集合 - */ - public List<${ClassName}> select${ClassName}List(${ClassName} ${className}); - - /** - * 新增${functionName} - * - * @param ${className} ${functionName} - * @return 结果 - */ - public int insert${ClassName}(${ClassName} ${className}); - - /** - * 修改${functionName} - * - * @param ${className} ${functionName} - * @return 结果 - */ - public int update${ClassName}(${ClassName} ${className}); - - /** - * 批量删除${functionName} - * - * @param ${pkColumn.javaField}s 需要删除的${functionName}主键集合 - * @return 结果 - */ - public int delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaType}[] ${pkColumn.javaField}s); - - /** - * 删除${functionName}信息 - * - * @param ${pkColumn.javaField} ${functionName}主键 - * @return 结果 - */ - public int delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}); -} diff --git a/ruoyi-generator/target/classes/vm/java/serviceImpl.java.vm b/ruoyi-generator/target/classes/vm/java/serviceImpl.java.vm deleted file mode 100644 index 14746e1..0000000 --- a/ruoyi-generator/target/classes/vm/java/serviceImpl.java.vm +++ /dev/null @@ -1,169 +0,0 @@ -package ${packageName}.service.impl; - -import java.util.List; -#foreach ($column in $columns) -#if($column.javaField == 'createTime' || $column.javaField == 'updateTime') -import com.ruoyi.common.utils.DateUtils; -#break -#end -#end -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -#if($table.sub) -import java.util.ArrayList; -import com.ruoyi.common.utils.StringUtils; -import org.springframework.transaction.annotation.Transactional; -import ${packageName}.domain.${subClassName}; -#end -import ${packageName}.mapper.${ClassName}Mapper; -import ${packageName}.domain.${ClassName}; -import ${packageName}.service.I${ClassName}Service; - -/** - * ${functionName}Service业务层处理 - * - * @author ${author} - * @date ${datetime} - */ -@Service -public class ${ClassName}ServiceImpl implements I${ClassName}Service -{ - @Autowired - private ${ClassName}Mapper ${className}Mapper; - - /** - * 查询${functionName} - * - * @param ${pkColumn.javaField} ${functionName}主键 - * @return ${functionName} - */ - @Override - public ${ClassName} select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}) - { - return ${className}Mapper.select${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaField}); - } - - /** - * 查询${functionName}列表 - * - * @param ${className} ${functionName} - * @return ${functionName} - */ - @Override - public List<${ClassName}> select${ClassName}List(${ClassName} ${className}) - { - return ${className}Mapper.select${ClassName}List(${className}); - } - - /** - * 新增${functionName} - * - * @param ${className} ${functionName} - * @return 结果 - */ -#if($table.sub) - @Transactional -#end - @Override - public int insert${ClassName}(${ClassName} ${className}) - { -#foreach ($column in $columns) -#if($column.javaField == 'createTime') - ${className}.setCreateTime(DateUtils.getNowDate()); -#end -#end -#if($table.sub) - int rows = ${className}Mapper.insert${ClassName}(${className}); - insert${subClassName}(${className}); - return rows; -#else - return ${className}Mapper.insert${ClassName}(${className}); -#end - } - - /** - * 修改${functionName} - * - * @param ${className} ${functionName} - * @return 结果 - */ -#if($table.sub) - @Transactional -#end - @Override - public int update${ClassName}(${ClassName} ${className}) - { -#foreach ($column in $columns) -#if($column.javaField == 'updateTime') - ${className}.setUpdateTime(DateUtils.getNowDate()); -#end -#end -#if($table.sub) - ${className}Mapper.delete${subClassName}By${subTableFkClassName}(${className}.get${pkColumn.capJavaField}()); - insert${subClassName}(${className}); -#end - return ${className}Mapper.update${ClassName}(${className}); - } - - /** - * 批量删除${functionName} - * - * @param ${pkColumn.javaField}s 需要删除的${functionName}主键 - * @return 结果 - */ -#if($table.sub) - @Transactional -#end - @Override - public int delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaType}[] ${pkColumn.javaField}s) - { -#if($table.sub) - ${className}Mapper.delete${subClassName}By${subTableFkClassName}s(${pkColumn.javaField}s); -#end - return ${className}Mapper.delete${ClassName}By${pkColumn.capJavaField}s(${pkColumn.javaField}s); - } - - /** - * 删除${functionName}信息 - * - * @param ${pkColumn.javaField} ${functionName}主键 - * @return 结果 - */ -#if($table.sub) - @Transactional -#end - @Override - public int delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaType} ${pkColumn.javaField}) - { -#if($table.sub) - ${className}Mapper.delete${subClassName}By${subTableFkClassName}(${pkColumn.javaField}); -#end - return ${className}Mapper.delete${ClassName}By${pkColumn.capJavaField}(${pkColumn.javaField}); - } -#if($table.sub) - - /** - * 新增${subTable.functionName}信息 - * - * @param ${className} ${functionName}对象 - */ - public void insert${subClassName}(${ClassName} ${className}) - { - List<${subClassName}> ${subclassName}List = ${className}.get${subClassName}List(); - ${pkColumn.javaType} ${pkColumn.javaField} = ${className}.get${pkColumn.capJavaField}(); - if (StringUtils.isNotNull(${subclassName}List)) - { - List<${subClassName}> list = new ArrayList<${subClassName}>(); - for (${subClassName} ${subclassName} : ${subclassName}List) - { - ${subclassName}.set${subTableFkClassName}(${pkColumn.javaField}); - list.add(${subclassName}); - } - if (list.size() > 0) - { - ${className}Mapper.batch${subClassName}(list); - } - } - } -#end -} diff --git a/ruoyi-generator/target/classes/vm/java/sub-domain.java.vm b/ruoyi-generator/target/classes/vm/java/sub-domain.java.vm deleted file mode 100644 index a3f53eb..0000000 --- a/ruoyi-generator/target/classes/vm/java/sub-domain.java.vm +++ /dev/null @@ -1,76 +0,0 @@ -package ${packageName}.domain; - -#foreach ($import in $subImportList) -import ${import}; -#end -import org.apache.commons.lang3.builder.ToStringBuilder; -import org.apache.commons.lang3.builder.ToStringStyle; -import com.ruoyi.common.annotation.Excel; -import com.ruoyi.common.core.domain.BaseEntity; - -/** - * ${subTable.functionName}对象 ${subTableName} - * - * @author ${author} - * @date ${datetime} - */ -public class ${subClassName} extends BaseEntity -{ - private static final long serialVersionUID = 1L; - -#foreach ($column in $subTable.columns) -#if(!$table.isSuperColumn($column.javaField)) - /** $column.columnComment */ -#if($column.list) -#set($parentheseIndex=$column.columnComment.indexOf("(")) -#if($parentheseIndex != -1) -#set($comment=$column.columnComment.substring(0, $parentheseIndex)) -#else -#set($comment=$column.columnComment) -#end -#if($parentheseIndex != -1) - @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") -#elseif($column.javaType == 'Date') - @JsonFormat(pattern = "yyyy-MM-dd") - @Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd") -#else - @Excel(name = "${comment}") -#end -#end - private $column.javaType $column.javaField; - -#end -#end -#foreach ($column in $subTable.columns) -#if(!$table.isSuperColumn($column.javaField)) -#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) -#set($AttrName=$column.javaField) -#else -#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) -#end - public void set${AttrName}($column.javaType $column.javaField) - { - this.$column.javaField = $column.javaField; - } - - public $column.javaType get${AttrName}() - { - return $column.javaField; - } -#end -#end - - @Override - public String toString() { - return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) -#foreach ($column in $subTable.columns) -#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]")) -#set($AttrName=$column.javaField) -#else -#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) -#end - .append("${column.javaField}", get${AttrName}()) -#end - .toString(); - } -} diff --git a/ruoyi-generator/target/classes/vm/js/api.js.vm b/ruoyi-generator/target/classes/vm/js/api.js.vm deleted file mode 100644 index 9295524..0000000 --- a/ruoyi-generator/target/classes/vm/js/api.js.vm +++ /dev/null @@ -1,44 +0,0 @@ -import request from '@/utils/request' - -// 查询${functionName}列表 -export function list${BusinessName}(query) { - return request({ - url: '/${moduleName}/${businessName}/list', - method: 'get', - params: query - }) -} - -// 查询${functionName}详细 -export function get${BusinessName}(${pkColumn.javaField}) { - return request({ - url: '/${moduleName}/${businessName}/' + ${pkColumn.javaField}, - method: 'get' - }) -} - -// 新增${functionName} -export function add${BusinessName}(data) { - return request({ - url: '/${moduleName}/${businessName}', - method: 'post', - data: data - }) -} - -// 修改${functionName} -export function update${BusinessName}(data) { - return request({ - url: '/${moduleName}/${businessName}', - method: 'put', - data: data - }) -} - -// 删除${functionName} -export function del${BusinessName}(${pkColumn.javaField}) { - return request({ - url: '/${moduleName}/${businessName}/' + ${pkColumn.javaField}, - method: 'delete' - }) -} diff --git a/ruoyi-generator/target/classes/vm/sql/sql.vm b/ruoyi-generator/target/classes/vm/sql/sql.vm deleted file mode 100644 index 0575583..0000000 --- a/ruoyi-generator/target/classes/vm/sql/sql.vm +++ /dev/null @@ -1,22 +0,0 @@ --- 菜单 SQL -insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) -values('${functionName}', '${parentMenuId}', '1', '${businessName}', '${moduleName}/${businessName}/index', 1, 0, 'C', '0', '0', '${permissionPrefix}:list', '#', 'admin', sysdate(), '', null, '${functionName}菜单'); - --- 按钮父菜单ID -SELECT @parentId := LAST_INSERT_ID(); - --- 按钮 SQL -insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) -values('${functionName}查询', @parentId, '1', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:query', '#', 'admin', sysdate(), '', null, ''); - -insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) -values('${functionName}新增', @parentId, '2', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:add', '#', 'admin', sysdate(), '', null, ''); - -insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) -values('${functionName}修改', @parentId, '3', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:edit', '#', 'admin', sysdate(), '', null, ''); - -insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) -values('${functionName}删除', @parentId, '4', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:remove', '#', 'admin', sysdate(), '', null, ''); - -insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) -values('${functionName}导出', @parentId, '5', '#', '', 1, 0, 'F', '0', '0', '${permissionPrefix}:export', '#', 'admin', sysdate(), '', null, ''); \ No newline at end of file diff --git a/ruoyi-generator/target/classes/vm/vue/index-tree.vue.vm b/ruoyi-generator/target/classes/vm/vue/index-tree.vue.vm deleted file mode 100644 index 4819c2a..0000000 --- a/ruoyi-generator/target/classes/vm/vue/index-tree.vue.vm +++ /dev/null @@ -1,505 +0,0 @@ - - - diff --git a/ruoyi-generator/target/classes/vm/vue/index.vue.vm b/ruoyi-generator/target/classes/vm/vue/index.vue.vm deleted file mode 100644 index 6296014..0000000 --- a/ruoyi-generator/target/classes/vm/vue/index.vue.vm +++ /dev/null @@ -1,602 +0,0 @@ - - - diff --git a/ruoyi-generator/target/classes/vm/vue/v3/index-tree.vue.vm b/ruoyi-generator/target/classes/vm/vue/v3/index-tree.vue.vm deleted file mode 100644 index c54d62b..0000000 --- a/ruoyi-generator/target/classes/vm/vue/v3/index-tree.vue.vm +++ /dev/null @@ -1,474 +0,0 @@ - - - diff --git a/ruoyi-generator/target/classes/vm/vue/v3/index.vue.vm b/ruoyi-generator/target/classes/vm/vue/v3/index.vue.vm deleted file mode 100644 index 8b25665..0000000 --- a/ruoyi-generator/target/classes/vm/vue/v3/index.vue.vm +++ /dev/null @@ -1,590 +0,0 @@ - - - diff --git a/ruoyi-generator/target/classes/vm/xml/mapper.xml.vm b/ruoyi-generator/target/classes/vm/xml/mapper.xml.vm deleted file mode 100644 index 456755b..0000000 --- a/ruoyi-generator/target/classes/vm/xml/mapper.xml.vm +++ /dev/null @@ -1,140 +0,0 @@ - - - - - -#foreach ($column in $columns) - -#end - -#if($table.sub) - - - - - - -#foreach ($column in $subTable.columns) - -#end - -#end - - - select#foreach($column in $columns) $column.columnName#if($foreach.count != $columns.size()),#end#end from ${tableName} - - - - - -#if($table.sub) - - -#end - - - insert into ${tableName} - -#foreach($column in $columns) -#if($column.columnName != $pkColumn.columnName || !$pkColumn.increment) - $column.columnName, -#end -#end - - -#foreach($column in $columns) -#if($column.columnName != $pkColumn.columnName || !$pkColumn.increment) - #{$column.javaField}, -#end -#end - - - - - update ${tableName} - -#foreach($column in $columns) -#if($column.columnName != $pkColumn.columnName) - $column.columnName = #{$column.javaField}, -#end -#end - - where ${pkColumn.columnName} = #{${pkColumn.javaField}} - - - - delete from ${tableName} where ${pkColumn.columnName} = #{${pkColumn.javaField}} - - - - delete from ${tableName} where ${pkColumn.columnName} in - - #{${pkColumn.javaField}} - - -#if($table.sub) - - - delete from ${subTableName} where ${subTableFkName} in - - #{${subTableFkclassName}} - - - - - delete from ${subTableName} where ${subTableFkName} = #{${subTableFkclassName}} - - - - insert into ${subTableName}(#foreach($column in $subTable.columns) $column.columnName#if($foreach.count != $subTable.columns.size()),#end#end) values - - (#foreach($column in $subTable.columns) #{item.$column.javaField}#if($foreach.count != $subTable.columns.size()),#end#end) - - -#end - \ No newline at end of file diff --git a/ruoyi-quartz/target/classes/mapper/quartz/SysJobLogMapper.xml b/ruoyi-quartz/target/classes/mapper/quartz/SysJobLogMapper.xml deleted file mode 100644 index ba1b683..0000000 --- a/ruoyi-quartz/target/classes/mapper/quartz/SysJobLogMapper.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - select job_log_id, job_name, job_group, invoke_target, job_message, status, exception_info, create_time - from sys_job_log - - - - - - - - - - delete from sys_job_log where job_log_id = #{jobLogId} - - - - delete from sys_job_log where job_log_id in - - #{jobLogId} - - - - - truncate table sys_job_log - - - - insert into sys_job_log( - job_log_id, - job_name, - job_group, - invoke_target, - job_message, - status, - exception_info, - create_time - )values( - #{jobLogId}, - #{jobName}, - #{jobGroup}, - #{invokeTarget}, - #{jobMessage}, - #{status}, - #{exceptionInfo}, - sysdate() - ) - - - \ No newline at end of file diff --git a/ruoyi-quartz/target/classes/mapper/quartz/SysJobMapper.xml b/ruoyi-quartz/target/classes/mapper/quartz/SysJobMapper.xml deleted file mode 100644 index 5605c44..0000000 --- a/ruoyi-quartz/target/classes/mapper/quartz/SysJobMapper.xml +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - select job_id, job_name, job_group, invoke_target, cron_expression, misfire_policy, concurrent, status, create_by, create_time, remark - from sys_job - - - - - - - - - - delete from sys_job where job_id = #{jobId} - - - - delete from sys_job where job_id in - - #{jobId} - - - - - update sys_job - - job_name = #{jobName}, - job_group = #{jobGroup}, - invoke_target = #{invokeTarget}, - cron_expression = #{cronExpression}, - misfire_policy = #{misfirePolicy}, - concurrent = #{concurrent}, - status = #{status}, - remark = #{remark}, - update_by = #{updateBy}, - update_time = sysdate() - - where job_id = #{jobId} - - - - insert into sys_job( - job_id, - job_name, - job_group, - invoke_target, - cron_expression, - misfire_policy, - concurrent, - status, - remark, - create_by, - create_time - )values( - #{jobId}, - #{jobName}, - #{jobGroup}, - #{invokeTarget}, - #{cronExpression}, - #{misfirePolicy}, - #{concurrent}, - #{status}, - #{remark}, - #{createBy}, - sysdate() - ) - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml b/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml deleted file mode 100644 index a5ff114..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - select config_id, config_name, config_key, config_value, config_type, create_by, create_time, update_by, update_time, remark - from sys_config - - - - - - - and config_id = #{configId} - - - and config_key = #{configKey} - - - - - - - - - - - - - - insert into sys_config ( - config_name, - config_key, - config_value, - config_type, - create_by, - remark, - create_time - )values( - #{configName}, - #{configKey}, - #{configValue}, - #{configType}, - #{createBy}, - #{remark}, - sysdate() - ) - - - - update sys_config - - config_name = #{configName}, - config_key = #{configKey}, - config_value = #{configValue}, - config_type = #{configType}, - update_by = #{updateBy}, - remark = #{remark}, - update_time = sysdate() - - where config_id = #{configId} - - - - delete from sys_config where config_id = #{configId} - - - - delete from sys_config where config_id in - - #{configId} - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysDeptMapper.xml b/ruoyi-system/target/classes/mapper/system/SysDeptMapper.xml deleted file mode 100644 index cf439f6..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysDeptMapper.xml +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - select d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.phone, d.email, d.status, d.del_flag, d.create_by, d.create_time - from sys_dept d - - - - - - - - - - - - - - - - - - - - insert into sys_dept( - dept_id, - parent_id, - dept_name, - ancestors, - order_num, - leader, - phone, - email, - status, - create_by, - create_time - )values( - #{deptId}, - #{parentId}, - #{deptName}, - #{ancestors}, - #{orderNum}, - #{leader}, - #{phone}, - #{email}, - #{status}, - #{createBy}, - sysdate() - ) - - - - update sys_dept - - parent_id = #{parentId}, - dept_name = #{deptName}, - ancestors = #{ancestors}, - order_num = #{orderNum}, - leader = #{leader}, - phone = #{phone}, - email = #{email}, - status = #{status}, - update_by = #{updateBy}, - update_time = sysdate() - - where dept_id = #{deptId} - - - - update sys_dept set ancestors = - - when #{item.deptId} then #{item.ancestors} - - where dept_id in - - #{item.deptId} - - - - - update sys_dept set status = '0' where dept_id in - - #{deptId} - - - - - update sys_dept set del_flag = '2' where dept_id = #{deptId} - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysDictDataMapper.xml b/ruoyi-system/target/classes/mapper/system/SysDictDataMapper.xml deleted file mode 100644 index d696e67..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysDictDataMapper.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, remark - from sys_dict_data - - - - - - - - - - - - - - - - - delete from sys_dict_data where dict_code = #{dictCode} - - - - delete from sys_dict_data where dict_code in - - #{dictCode} - - - - - update sys_dict_data - - dict_sort = #{dictSort}, - dict_label = #{dictLabel}, - dict_value = #{dictValue}, - dict_type = #{dictType}, - css_class = #{cssClass}, - list_class = #{listClass}, - is_default = #{isDefault}, - status = #{status}, - remark = #{remark}, - update_by = #{updateBy}, - update_time = sysdate() - - where dict_code = #{dictCode} - - - - update sys_dict_data set dict_type = #{newDictType} where dict_type = #{oldDictType} - - - - insert into sys_dict_data( - dict_sort, - dict_label, - dict_value, - dict_type, - css_class, - list_class, - is_default, - status, - remark, - create_by, - create_time - )values( - #{dictSort}, - #{dictLabel}, - #{dictValue}, - #{dictType}, - #{cssClass}, - #{listClass}, - #{isDefault}, - #{status}, - #{remark}, - #{createBy}, - sysdate() - ) - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysDictTypeMapper.xml b/ruoyi-system/target/classes/mapper/system/SysDictTypeMapper.xml deleted file mode 100644 index 438d484..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysDictTypeMapper.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - select dict_id, dict_name, dict_type, status, create_by, create_time, remark - from sys_dict_type - - - - - - - - - - - - - - delete from sys_dict_type where dict_id = #{dictId} - - - - delete from sys_dict_type where dict_id in - - #{dictId} - - - - - update sys_dict_type - - dict_name = #{dictName}, - dict_type = #{dictType}, - status = #{status}, - remark = #{remark}, - update_by = #{updateBy}, - update_time = sysdate() - - where dict_id = #{dictId} - - - - insert into sys_dict_type( - dict_name, - dict_type, - status, - remark, - create_by, - create_time - )values( - #{dictName}, - #{dictType}, - #{status}, - #{remark}, - #{createBy}, - sysdate() - ) - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysLogininforMapper.xml b/ruoyi-system/target/classes/mapper/system/SysLogininforMapper.xml deleted file mode 100644 index 822d665..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysLogininforMapper.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - insert into sys_logininfor (user_name, status, ipaddr, login_location, browser, os, msg, login_time) - values (#{userName}, #{status}, #{ipaddr}, #{loginLocation}, #{browser}, #{os}, #{msg}, sysdate()) - - - - - - delete from sys_logininfor where info_id in - - #{infoId} - - - - - truncate table sys_logininfor - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysMenuMapper.xml b/ruoyi-system/target/classes/mapper/system/SysMenuMapper.xml deleted file mode 100644 index 84e87c9..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysMenuMapper.xml +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select menu_id, menu_name, parent_id, order_num, path, component, `query`, route_name, is_frame, is_cache, menu_type, visible, status, ifnull(perms,'') as perms, icon, create_time - from sys_menu - - - - - - - - - - - - - - - - - - - - - - - - - - update sys_menu - - menu_name = #{menuName}, - parent_id = #{parentId}, - order_num = #{orderNum}, - path = #{path}, - component = #{component}, - `query` = #{query}, - route_name = #{routeName}, - is_frame = #{isFrame}, - is_cache = #{isCache}, - menu_type = #{menuType}, - visible = #{visible}, - status = #{status}, - perms = #{perms}, - icon = #{icon}, - remark = #{remark}, - update_by = #{updateBy}, - update_time = sysdate() - - where menu_id = #{menuId} - - - - insert into sys_menu( - menu_id, - parent_id, - menu_name, - order_num, - path, - component, - `query`, - route_name, - is_frame, - is_cache, - menu_type, - visible, - status, - perms, - icon, - remark, - create_by, - create_time - )values( - #{menuId}, - #{parentId}, - #{menuName}, - #{orderNum}, - #{path}, - #{component}, - #{query}, - #{routeName}, - #{isFrame}, - #{isCache}, - #{menuType}, - #{visible}, - #{status}, - #{perms}, - #{icon}, - #{remark}, - #{createBy}, - sysdate() - ) - - - - delete from sys_menu where menu_id = #{menuId} - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysNoticeMapper.xml b/ruoyi-system/target/classes/mapper/system/SysNoticeMapper.xml deleted file mode 100644 index 65d3079..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysNoticeMapper.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - select notice_id, notice_title, notice_type, cast(notice_content as char) as notice_content, status, create_by, create_time, update_by, update_time, remark - from sys_notice - - - - - - - - insert into sys_notice ( - notice_title, - notice_type, - notice_content, - status, - remark, - create_by, - create_time - )values( - #{noticeTitle}, - #{noticeType}, - #{noticeContent}, - #{status}, - #{remark}, - #{createBy}, - sysdate() - ) - - - - update sys_notice - - notice_title = #{noticeTitle}, - notice_type = #{noticeType}, - notice_content = #{noticeContent}, - status = #{status}, - update_by = #{updateBy}, - update_time = sysdate() - - where notice_id = #{noticeId} - - - - delete from sys_notice where notice_id = #{noticeId} - - - - delete from sys_notice where notice_id in - - #{noticeId} - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysOperLogMapper.xml b/ruoyi-system/target/classes/mapper/system/SysOperLogMapper.xml deleted file mode 100644 index 201db07..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysOperLogMapper.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - select oper_id, title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, oper_time, cost_time - from sys_oper_log - - - - insert into sys_oper_log(title, business_type, method, request_method, operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location, oper_param, json_result, status, error_msg, cost_time, oper_time) - values (#{title}, #{businessType}, #{method}, #{requestMethod}, #{operatorType}, #{operName}, #{deptName}, #{operUrl}, #{operIp}, #{operLocation}, #{operParam}, #{jsonResult}, #{status}, #{errorMsg}, #{costTime}, sysdate()) - - - - - - delete from sys_oper_log where oper_id in - - #{operId} - - - - - - - truncate table sys_oper_log - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysPostMapper.xml b/ruoyi-system/target/classes/mapper/system/SysPostMapper.xml deleted file mode 100644 index 227c459..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysPostMapper.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - select post_id, post_code, post_name, post_sort, status, create_by, create_time, remark - from sys_post - - - - - - - - - - - - - - - - - - update sys_post - - post_code = #{postCode}, - post_name = #{postName}, - post_sort = #{postSort}, - status = #{status}, - remark = #{remark}, - update_by = #{updateBy}, - update_time = sysdate() - - where post_id = #{postId} - - - - insert into sys_post( - post_id, - post_code, - post_name, - post_sort, - status, - remark, - create_by, - create_time - )values( - #{postId}, - #{postCode}, - #{postName}, - #{postSort}, - #{status}, - #{remark}, - #{createBy}, - sysdate() - ) - - - - delete from sys_post where post_id = #{postId} - - - - delete from sys_post where post_id in - - #{postId} - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysRoleDeptMapper.xml b/ruoyi-system/target/classes/mapper/system/SysRoleDeptMapper.xml deleted file mode 100644 index 7c4139b..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysRoleDeptMapper.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - delete from sys_role_dept where role_id=#{roleId} - - - - - - delete from sys_role_dept where role_id in - - #{roleId} - - - - - insert into sys_role_dept(role_id, dept_id) values - - (#{item.roleId},#{item.deptId}) - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysRoleMapper.xml b/ruoyi-system/target/classes/mapper/system/SysRoleMapper.xml deleted file mode 100644 index 955d4ee..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysRoleMapper.xml +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - select distinct r.role_id, r.role_name, r.role_key, r.role_sort, r.data_scope, r.menu_check_strictly, r.dept_check_strictly, - r.status, r.del_flag, r.create_time, r.remark - from sys_role r - left join sys_user_role ur on ur.role_id = r.role_id - left join sys_user u on u.user_id = ur.user_id - left join sys_dept d on u.dept_id = d.dept_id - - - - - - - - - - - - - - - - - - - - insert into sys_role( - role_id, - role_name, - role_key, - role_sort, - data_scope, - menu_check_strictly, - dept_check_strictly, - status, - remark, - create_by, - create_time - )values( - #{roleId}, - #{roleName}, - #{roleKey}, - #{roleSort}, - #{dataScope}, - #{menuCheckStrictly}, - #{deptCheckStrictly}, - #{status}, - #{remark}, - #{createBy}, - sysdate() - ) - - - - update sys_role - - role_name = #{roleName}, - role_key = #{roleKey}, - role_sort = #{roleSort}, - data_scope = #{dataScope}, - menu_check_strictly = #{menuCheckStrictly}, - dept_check_strictly = #{deptCheckStrictly}, - status = #{status}, - remark = #{remark}, - update_by = #{updateBy}, - update_time = sysdate() - - where role_id = #{roleId} - - - - update sys_role set del_flag = '2' where role_id = #{roleId} - - - - update sys_role set del_flag = '2' where role_id in - - #{roleId} - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysRoleMenuMapper.xml b/ruoyi-system/target/classes/mapper/system/SysRoleMenuMapper.xml deleted file mode 100644 index cb60a85..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysRoleMenuMapper.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - delete from sys_role_menu where role_id=#{roleId} - - - - delete from sys_role_menu where role_id in - - #{roleId} - - - - - insert into sys_role_menu(role_id, menu_id) values - - (#{item.roleId},#{item.menuId}) - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysUserMapper.xml b/ruoyi-system/target/classes/mapper/system/SysUserMapper.xml deleted file mode 100644 index 0856cb2..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysUserMapper.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select u.user_id, u.dept_id, u.user_name, u.nick_name, u.email, u.avatar, u.phonenumber, u.password, u.sex, u.status, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark, - d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.status as dept_status, - r.role_id, r.role_name, r.role_key, r.role_sort, r.data_scope, r.status as role_status - from sys_user u - left join sys_dept d on u.dept_id = d.dept_id - left join sys_user_role ur on u.user_id = ur.user_id - left join sys_role r on r.role_id = ur.role_id - - - - - - - - - - - - - - - - - - - - insert into sys_user( - user_id, - dept_id, - user_name, - nick_name, - email, - avatar, - phonenumber, - sex, - password, - status, - create_by, - remark, - create_time - )values( - #{userId}, - #{deptId}, - #{userName}, - #{nickName}, - #{email}, - #{avatar}, - #{phonenumber}, - #{sex}, - #{password}, - #{status}, - #{createBy}, - #{remark}, - sysdate() - ) - - - - update sys_user - - dept_id = #{deptId}, - user_name = #{userName}, - nick_name = #{nickName}, - email = #{email}, - phonenumber = #{phonenumber}, - sex = #{sex}, - avatar = #{avatar}, - password = #{password}, - status = #{status}, - login_ip = #{loginIp}, - login_date = #{loginDate}, - update_by = #{updateBy}, - remark = #{remark}, - update_time = sysdate() - - where user_id = #{userId} - - - - update sys_user set status = #{status} where user_id = #{userId} - - - - update sys_user set avatar = #{avatar} where user_name = #{userName} - - - - update sys_user set password = #{password} where user_name = #{userName} - - - - update sys_user set del_flag = '2' where user_id = #{userId} - - - - update sys_user set del_flag = '2' where user_id in - - #{userId} - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysUserPostMapper.xml b/ruoyi-system/target/classes/mapper/system/SysUserPostMapper.xml deleted file mode 100644 index 2b90bc4..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysUserPostMapper.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - delete from sys_user_post where user_id=#{userId} - - - - - - delete from sys_user_post where user_id in - - #{userId} - - - - - insert into sys_user_post(user_id, post_id) values - - (#{item.userId},#{item.postId}) - - - - \ No newline at end of file diff --git a/ruoyi-system/target/classes/mapper/system/SysUserRoleMapper.xml b/ruoyi-system/target/classes/mapper/system/SysUserRoleMapper.xml deleted file mode 100644 index dd72689..0000000 --- a/ruoyi-system/target/classes/mapper/system/SysUserRoleMapper.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - delete from sys_user_role where user_id=#{userId} - - - - - - delete from sys_user_role where user_id in - - #{userId} - - - - - insert into sys_user_role(user_id, role_id) values - - (#{item.userId},#{item.roleId}) - - - - - delete from sys_user_role where user_id=#{userId} and role_id=#{roleId} - - - - delete from sys_user_role where role_id=#{roleId} and user_id in - - #{userId} - - - \ No newline at end of file diff --git a/蒋松霖测试提交.txt b/蒋松霖测试提交.txt deleted file mode 100644 index c9b6c38..0000000 --- a/蒋松霖测试提交.txt +++ /dev/null @@ -1 +0,0 @@ -蒋松霖测试提交 \ No newline at end of file