|
@@ -305,6 +305,7 @@ public interface YiZhuLuRuDao {
|
|
|
" cast(isnull(NULLIF(kjyw_flag, ''), 0) as int) as kjyw_flag," +
|
|
|
" code as order_code,name as order_name ," +
|
|
|
" frequency as frequCode," +
|
|
|
+ " (select isnull(rtrim(comm),'') from yz_order_frequency where yz_order_frequency.code = frequency) as frequCodeName," +
|
|
|
" supply_type as supply_code " +
|
|
|
"from yp_zd_dict with (NOLOCK) " +
|
|
|
"where rtrim(code) + rtrim(serial) = #{code} " +
|
|
@@ -515,7 +516,7 @@ public interface YiZhuLuRuDao {
|
|
|
"</if>" +
|
|
|
") temp where row_number > (${currentPage} - 1) * 20" +
|
|
|
"</script>")
|
|
|
- List<yzOrderPattern> huoQuMuBan(@Param("code") String code,
|
|
|
+ List<YzOrderPattern> huoQuMuBan(@Param("code") String code,
|
|
|
@Param("inputId") String inputId,
|
|
|
@Param("deptCode") String deptCode,
|
|
|
@Param("muBanLeiXing") Integer muBanLeiXing,
|
|
@@ -648,7 +649,7 @@ public interface YiZhuLuRuDao {
|
|
|
"where pattern_name = #{patternName} " +
|
|
|
" and input_id = #{inputId}" +
|
|
|
" and input_type <> 4 ")
|
|
|
- yzOrderPattern yuanLaiDeMuBanBianMa(@Param("patternName") String patternName,
|
|
|
+ YzOrderPattern yuanLaiDeMuBanBianMa(@Param("patternName") String patternName,
|
|
|
@Param("inputId") String inputId);
|
|
|
|
|
|
@Select("select pattern_code," +
|
|
@@ -656,7 +657,7 @@ public interface YiZhuLuRuDao {
|
|
|
"from yz_OrderPattern with (NOLOCK) " +
|
|
|
"where pattern_name = #{patternName} " +
|
|
|
"and input_type not in ('3','4') ")
|
|
|
- yzOrderPattern gongGongMuBan(@Param("patternName") String patternName);
|
|
|
+ YzOrderPattern gongGongMuBan(@Param("patternName") String patternName);
|
|
|
|
|
|
|
|
|
@Delete("<script>" +
|
|
@@ -672,7 +673,7 @@ public interface YiZhuLuRuDao {
|
|
|
" input_type, input_date, sort_no) " +
|
|
|
"values (#{patternCode},#{patternName},#{pyCode},#{dCode},#{deptCode},#{deptCode},#{inputId},#{inputType}," +
|
|
|
"getdate(),#{sortNo})")
|
|
|
- void chaRuMuBan(yzOrderPattern param);
|
|
|
+ void chaRuMuBan(YzOrderPattern param);
|
|
|
|
|
|
|
|
|
@Insert("<script>" +
|
|
@@ -739,7 +740,7 @@ public interface YiZhuLuRuDao {
|
|
|
@Select("select * " +
|
|
|
"from yz_OrderPattern with (NOLOCK) " +
|
|
|
"where pattern_code = #{code}")
|
|
|
- yzOrderPattern huoQuMuBanXinXi(@Param("code") String code);
|
|
|
+ YzOrderPattern huoQuMuBanXinXi(@Param("code") String code);
|
|
|
|
|
|
@Update("update yz_OrderPattern " +
|
|
|
"set pattern_name = #{patternName}, " +
|