|
@@ -29,6 +29,7 @@ public class StoreService implements OperationService {
|
|
|
List<Map<String,Object>> query = (List<Map<String,Object>>)commonDao.query(
|
|
List<Map<String,Object>> query = (List<Map<String,Object>>)commonDao.query(
|
|
|
"SELECT c.xiao_qi_ expDate,c.bian_ma_ reagentCode,c.shu_liang_ quantity,c.id_ boId,1 as type_," +
|
|
"SELECT c.xiao_qi_ expDate,c.bian_ma_ reagentCode,c.shu_liang_ quantity,c.id_ boId,1 as type_," +
|
|
|
" p.bian_zhi_ren_ createBy,p.bian_zhi_shi_jian createTime,p.di_dian_ diDian,p.bian_zhi_bu_men_, " +
|
|
" p.bian_zhi_ren_ createBy,p.bian_zhi_shi_jian createTime,p.di_dian_ diDian,p.bian_zhi_bu_men_, " +
|
|
|
|
|
+ " c.zhuang_tai_ state, "+ //入库子表增加状态字段返回
|
|
|
" c.zui_di_ku_cun_,c.cang_ku_,c.pi_hao_,c.gui_ge_,c.dao_huo_ri_qi_ FROM t_sjhxhclrkysdjb p, t_sjhxhclrkysdjbzb c " +
|
|
" c.zui_di_ku_cun_,c.cang_ku_,c.pi_hao_,c.gui_ge_,c.dao_huo_ri_qi_ FROM t_sjhxhclrkysdjb p, t_sjhxhclrkysdjbzb c " +
|
|
|
" WHERE p.id_=c.parent_id_ AND c.yan_shou_jie_guo_='合格' and p.id_=#{p0}", new String[]{id});
|
|
" WHERE p.id_=c.parent_id_ AND c.yan_shou_jie_guo_='合格' and p.id_=#{p0}", new String[]{id});
|
|
|
return InventoryDTO.build(query);
|
|
return InventoryDTO.build(query);
|