|
|
|
|
@ -14,7 +14,7 @@ import org.springframework.stereotype.Repository;
|
|
|
|
|
*/
|
|
|
|
|
@Repository
|
|
|
|
|
public interface WmsInstockPrintMapper extends BaseMapperPlus<WmsInstockPrint, WmsInstockPrintVo> {
|
|
|
|
|
@Select("select top 1 material_spe,batch_code,material_categoryId,material_code,material_name,unit_name, " +
|
|
|
|
|
@Select("select top 1 material_spe,batch_code,material_code,material_name,unit_name, " +
|
|
|
|
|
" material_id,instock_print_id,apportion_qty,instock_code,material_qty " +
|
|
|
|
|
"from wms_instock_print where batch_code=#{code}")
|
|
|
|
|
WmsInstockPrintVo inSelectCode(String code);
|
|
|
|
|
|