表名修改:

nu_biz_nu_customer_server 改为 nu_biz_nu_customer_care_server

nu_biz_nu_customer_server_instant 改为 nu_biz_nu_customer_care_server_instant

nu_elder_tag 改为 nu_config_elder_tag

nu_directive_package 改为 nu_config_directive_package

nu_package_directive 改为 nu_config_package_directive
This commit is contained in:
1378012178@qq.com 2025-11-11 13:28:38 +08:00
parent 7ffde2e128
commit c0c3f18406
12 changed files with 21 additions and 21 deletions

View File

@ -26,7 +26,7 @@ import lombok.experimental.Accessors;
* @Version: V1.0 * @Version: V1.0
*/ */
@Data @Data
@TableName("nu_biz_nu_customer_server") @TableName("nu_biz_nu_customer_care_server")
@Accessors(chain = true) @Accessors(chain = true)
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@ApiModel(value="nu_biz_nu_customer_server对象", description="护理单元客户配置服务指令") @ApiModel(value="nu_biz_nu_customer_server对象", description="护理单元客户配置服务指令")

View File

@ -23,7 +23,7 @@ import java.util.Date;
* @Version: V1.0 * @Version: V1.0
*/ */
@Data @Data
@TableName("nu_biz_nu_customer_server_instant") @TableName("nu_biz_nu_customer_care_server_instant")
@Accessors(chain = true) @Accessors(chain = true)
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@ApiModel(value="nu_biz_nu_customer_server_instant对象", description="护理单元客户配置服务指令即时指令") @ApiModel(value="nu_biz_nu_customer_server_instant对象", description="护理单元客户配置服务指令即时指令")

View File

@ -14,7 +14,7 @@
a.pic_focus as picFocus, a.pic_focus as picFocus,
a.sys_org_code as sysOrgCode, a.sys_org_code as sysOrgCode,
(case when ifnull(b.id,'') = '' then '0' else '1' end) as izSelected (case when ifnull(b.id,'') = '' then '0' else '1' end) as izSelected
from nu_elder_tag a from nu_config_elder_tag a
left join nu_biz_nu_customer_elder_tag b left join nu_biz_nu_customer_elder_tag b
on a.id = b.tag_id on a.id = b.tag_id
and b.nu_id = #{nuId} and b.nu_id = #{nuId}

View File

@ -3,6 +3,6 @@
<mapper namespace="com.nu.modules.NuBizNuCustomerServer.mapper.NuBizNuCustomerServerInstantMapper"> <mapper namespace="com.nu.modules.NuBizNuCustomerServer.mapper.NuBizNuCustomerServerInstantMapper">
<delete id="deleteByIdPhysic"> <delete id="deleteByIdPhysic">
delete from nu_biz_nu_customer_server_instant where id = #{id} delete from nu_biz_nu_customer_care_server_instant where id = #{id}
</delete> </delete>
</mapper> </mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.nu.modules.NuBizNuCustomerServer.mapper.NuBizNuCustomerServerMapper"> <mapper namespace="com.nu.modules.NuBizNuCustomerServer.mapper.NuBizNuCustomerServerMapper">
<delete id="deleteByIdPhysic"> <delete id="deleteByIdPhysic">
delete from nu_biz_nu_customer_server where id = #{id} delete from nu_biz_nu_customer_care_server where id = #{id}
</delete> </delete>
<select id="getGroupPositioning" resultType="com.nu.modules.NuBizNuCustomerServer.entity.NuBizNuCustomerServer"> <select id="getGroupPositioning" resultType="com.nu.modules.NuBizNuCustomerServer.entity.NuBizNuCustomerServer">
@ -15,7 +15,7 @@
package_name as packageName, package_name as packageName,
total_duration as serviceDuration, total_duration as serviceDuration,
description description
from nu_directive_package from nu_config_directive_package
where del_flag = '0' where del_flag = '0'
and iz_enabled = '0' and iz_enabled = '0'
</select> </select>
@ -26,7 +26,7 @@
d.type_name AS type_name, d.type_name AS type_name,
e.instruction_name AS instruction_name, e.instruction_name AS instruction_name,
f.item_text AS cycle_type_name f.item_text AS cycle_type_name
from nu_package_directive a from nu_config_package_directive a
left join nu_config_service_directive b on a.directive_id = b.id left join nu_config_service_directive b on a.directive_id = b.id
left join nu_config_service_category c on b.category_id = c.id left join nu_config_service_category c on b.category_id = c.id
left join nu_config_service_type d on b.type_id = d.id left join nu_config_service_type d on b.type_id = d.id

View File

@ -19,7 +19,7 @@
cycle_type_id as cycleTypeId, cycle_type_id as cycleTypeId,
cycle_type as cycleType, cycle_type as cycleType,
cycle_value as cycleValue cycle_value as cycleValue
from nu_biz_nu_customer_server from nu_biz_nu_customer_care_server
<where> <where>
<if test="nuId != null and nuId != ''"> <if test="nuId != null and nuId != ''">
AND nu_id = #{nuId} AND nu_id = #{nuId}

View File

@ -36,8 +36,8 @@ public class CanAddElderTag implements Serializable {
@TableId(type = IdType.ASSIGN_ID) @TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "id") @ApiModelProperty(value = "id")
private java.lang.String id; private java.lang.String id;
/**nu_elder_tag.id*/ /**nu_config_elder_tag.id*/
@ApiModelProperty(value = "nu_elder_tag.id") @ApiModelProperty(value = "nu_config_elder_tag.id")
private java.lang.String tagId; private java.lang.String tagId;
/**所属机构*/ /**所属机构*/
@ApiModelProperty(value = "所属机构") @ApiModelProperty(value = "所属机构")

View File

@ -19,7 +19,7 @@
b.preview_file_small, b.preview_file_small,
b.immediate_file, b.immediate_file,
b.immediate_file_focus b.immediate_file_focus
from nu_biz_nu_customer_server a from nu_biz_nu_customer_care_server a
left join nu_config_service_directive b on a.directive_id = b.id left join nu_config_service_directive b on a.directive_id = b.id
where a.nu_id = #{params.nuId} where a.nu_id = #{params.nuId}
and a.customer_id = #{params.id} and a.customer_id = #{params.id}

View File

@ -25,7 +25,7 @@ import lombok.experimental.Accessors;
* @Version: V1.0 * @Version: V1.0
*/ */
@Data @Data
@TableName("nu_elder_tag") @TableName("nu_config_elder_tag")
@Accessors(chain = true) @Accessors(chain = true)
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@ApiModel(value="nu_elder_tag对象", description="长者标签") @ApiModel(value="nu_elder_tag对象", description="长者标签")

View File

@ -3,6 +3,6 @@
<mapper namespace="com.nu.modules.eldertag.mapper.ElderTagMapper"> <mapper namespace="com.nu.modules.eldertag.mapper.ElderTagMapper">
<select id="allDataIds" resultType="com.nu.modules.eldertag.entity.ElderTag"> <select id="allDataIds" resultType="com.nu.modules.eldertag.entity.ElderTag">
select id from nu_elder_tag select id from nu_config_elder_tag
</select> </select>
</mapper> </mapper>

View File

@ -22,7 +22,7 @@ import lombok.experimental.Accessors;
* @Version: V1.0 * @Version: V1.0
*/ */
@Data @Data
@TableName("nu_directive_package") @TableName("nu_config_directive_package")
@Accessors(chain = true) @Accessors(chain = true)
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@ApiModel(value="nu_directive_package对象", description="服务指令包") @ApiModel(value="nu_directive_package对象", description="服务指令包")

View File

@ -78,7 +78,7 @@
</collection> </collection>
</resultMap> </resultMap>
<update id="updateTotalDurationInt"> <update id="updateTotalDurationInt">
update nu_directive_package set total_duration = #{duration} where id = #{id} update nu_config_directive_package set total_duration = #{duration} where id = #{id}
</update> </update>
<!-- 分页查询 --> <!-- 分页查询 -->
@ -148,14 +148,14 @@
cst.type_name AS cst_type_name, cst.type_name AS cst_type_name,
insTag.instruction_name AS instruction_name insTag.instruction_name AS instruction_name
FROM FROM
(SELECT * FROM nu_directive_package (SELECT * FROM nu_config_directive_package
<where> <where>
del_flag = '0' and id in del_flag = '0' and id in
<foreach collection="ids" item="item" open="(" separator="," close=")"> <foreach collection="ids" item="item" open="(" separator="," close=")">
#{item.id} #{item.id}
</foreach> </foreach>
</where>) dp </where>) dp
LEFT JOIN nu_package_directive pd ON dp.id = pd.package_id LEFT JOIN nu_config_package_directive pd ON dp.id = pd.package_id
LEFT JOIN nu_config_service_directive csd ON pd.directive_id = csd.id LEFT JOIN nu_config_service_directive csd ON pd.directive_id = csd.id
LEFT JOIN nu_directive_body_tag bdt ON csd.id = bdt.directive_id LEFT JOIN nu_directive_body_tag bdt ON csd.id = bdt.directive_id
LEFT JOIN nu_config_body_tag cdbt ON bdt.tag_id = cdbt.id LEFT JOIN nu_config_body_tag cdbt ON bdt.tag_id = cdbt.id
@ -170,7 +170,7 @@
<!-- 查询总记录数 --> <!-- 查询总记录数 -->
<select id="queryTotal" resultType="java.lang.Long"> <select id="queryTotal" resultType="java.lang.Long">
SELECT COUNT(*) SELECT COUNT(*)
FROM nu_directive_package FROM nu_config_directive_package
<where> <where>
del_flag = '0' del_flag = '0'
<if test="directivePackage.packageName != null and directivePackage.packageName != ''"> <if test="directivePackage.packageName != null and directivePackage.packageName != ''">
@ -183,11 +183,11 @@
</select> </select>
<delete id="deleteDirectives"> <delete id="deleteDirectives">
delete from nu_package_directive where package_id = #{package.id} delete from nu_config_package_directive where package_id = #{package.id}
</delete> </delete>
<insert id="saveDirectives"> <insert id="saveDirectives">
INSERT INTO nu_package_directive (package_id, directive_id, sort,cycle_type,cycle_value) INSERT INTO nu_config_package_directive (package_id, directive_id, sort,cycle_type,cycle_value)
VALUES VALUES
<foreach collection="package.getDirectives()" item="directive" separator=","> <foreach collection="package.getDirectives()" item="directive" separator=",">
(#{package.id}, #{directive.id}, #{directive.sort}, #{directive.cycleTypeShow}, #{directive.cycleTypeValue}) (#{package.id}, #{directive.id}, #{directive.sort}, #{directive.cycleTypeShow}, #{directive.cycleTypeValue})