Fancy
2024-08-27 bd633c964ef473853c537dc0c9cf332845785aef
order status
1个文件已修改
10 ■■■■ 已修改文件
pms-parent/pms-global/src/main/resources/mapper/PrOrderMapper.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pms-parent/pms-global/src/main/resources/mapper/PrOrderMapper.xml
@@ -67,7 +67,7 @@
            <if test="endDate != null and endDate != ''">
                 delivery_date <![CDATA[ < ]]> #{endDate,jdbcType=VARCHAR} and
            </if>
            <if test="status != null and status != ''">
            <if test="status != null">
                 status = #{status,jdbcType=TINYINT} and
            </if>
        </trim>
@@ -102,7 +102,7 @@
            <if test="endDate != null and endDate != ''">
                 delivery_date <![CDATA[ < ]]> #{endDate,jdbcType=VARCHAR} and
            </if>
            <if test="status != null and status != ''">
            <if test="status != null">
                 status = #{status,jdbcType=TINYINT} and
            </if>
        </trim>
@@ -131,7 +131,7 @@
            <if test="endDate != null and endDate != ''">
                 delivery_date <![CDATA[ < ]]> #{endDate,jdbcType=VARCHAR} and
            </if>
            <if test="status != null and status != ''">
            <if test="status != null">
                 status = #{status,jdbcType=TINYINT} and
            </if>
        </trim>
@@ -155,7 +155,7 @@
                <if test="director != null and director !=''">director,</if>
                <if test="dMobile != null and dMobile !=''">d_mobile,</if>
                <if test="deliveryDate!= null and deliveryDate !=''">delivery_date,</if>
                <if test="status != null and status !=''">status,</if>
                <if test="status != null">status,</if>
                <if test="creator != null and creator !=''">creator,</if>
                <if test="dt != null and dt !=''">dt,</if>
                <if test="deleted != null and deleted !=''">deleted,</if>
@@ -169,7 +169,7 @@
                <if test="director != null and director !=''">#{director,jdbcType=VARCHAR},</if>
                <if test="dMobile != null and dMobile !=''">#{dMobile,jdbcType=VARCHAR},</if>
                <if test="deliveryDate!= null and deliveryDate !=''">#{deliveryDate,jdbcType=VARCHAR},</if>
                <if test="status != null and status !=''">#{status,jdbcType=TINYINT},</if>
                <if test="status != null">#{status,jdbcType=TINYINT},</if>
                <if test="creator != null and creator !=''">#{creator,jdbcType=VARCHAR},</if>
                <if test="dt != null and dt !=''">#{dt,jdbcType=TIMESTAMP},</if>
                <if test="deleted != null and deleted !=''">#{deleted,jdbcType=TINYINT},</if>