wms排序

master
mengjiao 2 months ago
parent f753248d11
commit 18788fd557

@ -89,6 +89,7 @@
<if test="enterpriseId != null and enterpriseId != ''">and Enterprise_Id = #{enterpriseId}</if> <if test="enterpriseId != null and enterpriseId != ''">and Enterprise_Id = #{enterpriseId}</if>
<if test="enterpriseCode != null and enterpriseCode != ''">and Enterprise_Code = #{enterpriseCode}</if> <if test="enterpriseCode != null and enterpriseCode != ''">and Enterprise_Code = #{enterpriseCode}</if>
</where> </where>
ORDER BY Plan_Date DESC
</select> </select>

Loading…
Cancel
Save