Commit f0ad0ce5 authored by neo's avatar neo

[bugfix] fixed sql for isActive to is_active

parent 948afa30
......@@ -216,8 +216,8 @@ public interface ProjectMapper extends MyMapper {
"WHERE " +
" 1=1" +
" <if test=\"orgId != null and orgId !='' \">AND org.id=#{orgId}</if>" +
" AND org.IsActive = 1 " +
" AND st.IsActive = 1 " +
" AND org.Is_Active = 1 " +
" AND st.Is_Active = 1 " +
" <if test=\"serviceId != null and serviceId !='' \">AND ostg.Service_Type_ID=#{serviceId}</if>" +
"ORDER BY ea.EFFECTIVE_DATE,org.Code" +
"</script>")
......
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