Commit c0d71a41 authored by dahai's avatar dahai

push

parent 37ffad5b
......@@ -22,7 +22,7 @@ public interface MaterialManagementMapper {
" and name =#{name} " +
"</if>" +
"<if test='typeCode != 0 '>" +
" and card_type =#{typeCode} " +
" and PLASTIC_FILM_TYPE =#{typeCode} " +
"</if>" +
"</script>")
public List<PlasticFilmEntity> selectFilm(@Param("beginDate") String beginDate,@Param("endDate")String endDate,@Param("typeCode")String typeCode,@Param("name")String name);
......@@ -33,7 +33,7 @@ public interface MaterialManagementMapper {
" and name =#{name} " +
"</if>" +
"<if test='typeCode != 0 '>" +
" and card_type =#{typeCode} " +
" and PLASTIC_FILM_TYPE =#{typeCode} " +
"</if>" +
"</script>")
public String selectFilmCount1(@Param("beginDate") String beginDate,@Param("endDate")String endDate ,@Param("typeCode")String typeCode,@Param("name")String name);
......@@ -44,7 +44,7 @@ public interface MaterialManagementMapper {
" and name =#{name} " +
"</if>" +
"<if test='typeCode != 0 '>" +
" and card_type =#{typeCode} " +
" and PLASTIC_FILM_TYPE =#{typeCode} " +
"</if>" +
"</script>")
public String selectFilmCount2(@Param("beginDate") String beginDate,@Param("endDate")String endDate,@Param("typeCode")String typeCode,@Param("name")String name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment